mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Debug appveyor config.
This commit is contained in:
@ -9,6 +9,7 @@ configuration:
|
|||||||
- Release
|
- Release
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- set
|
||||||
# Install MinGW.
|
# Install MinGW.
|
||||||
- ps: |
|
- ps: |
|
||||||
if ($env:build -eq "mingw") {
|
if ($env:build -eq "mingw") {
|
||||||
@ -24,7 +25,7 @@ install:
|
|||||||
before_build:
|
before_build:
|
||||||
- ps: |
|
- ps: |
|
||||||
if ($env:build -eq "mingw") {
|
if ($env:build -eq "mingw") {
|
||||||
$env:PATH = $env:PATH -replace "C:\\Program Files (x86)\\Git\\bin",""
|
$env:PATH = $env:PATH -replace "C:[\\/]Program Files (x86)[\\/]Git[\\/]bin",""
|
||||||
}
|
}
|
||||||
cmake -DFMT_EXTRA_TESTS=ON "$env:generator" .
|
cmake -DFMT_EXTRA_TESTS=ON "$env:generator" .
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user