forked from fmtlib/fmt
Clean appveyor config.
This commit is contained in:
@@ -22,7 +22,6 @@ install:
|
|||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- ps: |
|
- ps: |
|
||||||
echo $env:Configuration
|
|
||||||
if ($env:Build -eq "mingw") {
|
if ($env:Build -eq "mingw") {
|
||||||
# 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",""
|
||||||
@@ -33,7 +32,7 @@ before_build:
|
|||||||
build_script:
|
build_script:
|
||||||
- ps: |
|
- ps: |
|
||||||
if ($env:Build -eq "mingw") {
|
if ($env:Build -eq "mingw") {
|
||||||
mingw32-make -j4 VERBOSE=1
|
mingw32-make -j4
|
||||||
} else {
|
} else {
|
||||||
msbuild /m:4 /p:Configuration=$env:Configuration FORMAT.sln
|
msbuild /m:4 /p:Configuration=$env:Configuration FORMAT.sln
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user