mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-12 15:39:09 +00:00
Clean appveyor config.
This commit is contained in:
parent
eb04e9abd3
commit
308ee8a7eb
@ -2,7 +2,6 @@ environment:
|
||||
matrix:
|
||||
- Build: msvc
|
||||
- Build: mingw
|
||||
Generator: -GMinGW Makefiles
|
||||
|
||||
configuration:
|
||||
- Debug
|
||||
@ -23,11 +22,13 @@ install:
|
||||
|
||||
before_build:
|
||||
- ps: |
|
||||
echo $env:Configuration
|
||||
if ($env:Build -eq "mingw") {
|
||||
# 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"
|
||||
}
|
||||
cmake -DFMT_EXTRA_TESTS=ON -DCMAKE_BUILD_TYPE=$env:Configuration "$env:Generator" .
|
||||
cmake -DFMT_EXTRA_TESTS=ON -DCMAKE_BUILD_TYPE=$env:Configuration "$generator" .
|
||||
|
||||
build_script:
|
||||
- ps: |
|
||||
|
Loading…
Reference in New Issue
Block a user