Fix appveyor config.

This commit is contained in:
Victor Zverovich 2014-07-10 07:31:54 -07:00
parent 0a26914e42
commit 8cfe4e2266

View File

@ -2,7 +2,7 @@ environment:
matrix: matrix:
- build: msvc - build: msvc
- build: mingw - build: mingw
generator: -G "MinGW Makefiles" generator: "-G \"MinGW Makefiles\""
configuration: configuration:
- Debug - Debug
@ -19,9 +19,7 @@ install:
Invoke-WebRequest -UserAgent wget -Uri $url -OutFile mingw.7z Invoke-WebRequest -UserAgent wget -Uri $url -OutFile mingw.7z
&7z x -oC:\ mingw.7z > $null &7z x -oC:\ mingw.7z > $null
} }
- dir - set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%;C:\mingw64\bin
- dir C:\
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%;C:\wingw64\bin
before_build: before_build:
- ps: cmake -DFMT_EXTRA_TESTS=ON $env:generator . - ps: cmake -DFMT_EXTRA_TESTS=ON $env:generator .