Commit 2ebfa7b5 authored by Victor Zverovich's avatar Victor Zverovich

Fix appveyor config, take 2.

parent 721d95ad
......@@ -2,10 +2,8 @@ environment:
matrix:
- Build: msvc
- Build: mingw
configuration:
- Debug
- Release
- Configuration: Debug
- Configuration: Release
install:
- ps: |
......@@ -26,8 +24,6 @@ before_build:
# Remove path to Git bin directory from PATH because it breaks MinGW config.
$env:PATH = $env:PATH -replace "C:\\Program Files \(x86\)\\Git\\bin",""
$generator = "-GMinGW Makefiles"
} else {
$generator = "-GVisual Studio 12 Win64"
}
cmake -DFMT_EXTRA_TESTS=ON "-DCMAKE_BUILD_TYPE=$env:Configuration" "$generator" .
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment