mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 20:32:49 +00:00
Fix appveyor config, take 2.
This commit is contained in:
parent
721d95adf2
commit
2ebfa7b53d
@ -2,10 +2,8 @@ environment:
|
|||||||
matrix:
|
matrix:
|
||||||
- Build: msvc
|
- Build: msvc
|
||||||
- Build: mingw
|
- Build: mingw
|
||||||
|
- Configuration: Debug
|
||||||
configuration:
|
- Configuration: Release
|
||||||
- Debug
|
|
||||||
- Release
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: |
|
- ps: |
|
||||||
@ -26,8 +24,6 @@ before_build:
|
|||||||
# Remove path to Git bin directory from PATH because it breaks MinGW config.
|
# Remove path to Git bin directory from PATH because it breaks MinGW config.
|
||||||
$env:PATH = $env:PATH -replace "C:\\Program Files \(x86\)\\Git\\bin",""
|
$env:PATH = $env:PATH -replace "C:\\Program Files \(x86\)\\Git\\bin",""
|
||||||
$generator = "-GMinGW Makefiles"
|
$generator = "-GMinGW Makefiles"
|
||||||
} else {
|
|
||||||
$generator = "-GVisual Studio 12 Win64"
|
|
||||||
}
|
}
|
||||||
cmake -DFMT_EXTRA_TESTS=ON "-DCMAKE_BUILD_TYPE=$env:Configuration" "$generator" .
|
cmake -DFMT_EXTRA_TESTS=ON "-DCMAKE_BUILD_TYPE=$env:Configuration" "$generator" .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user