Commit b119b9ad authored by Victor Zverovich's avatar Victor Zverovich

Debug appveyor config.

parent 59ed2827
......@@ -9,6 +9,7 @@ configuration:
- Release
install:
- set
# Install MinGW.
- ps: |
if ($env:build -eq "mingw") {
......@@ -24,7 +25,7 @@ install:
before_build:
- ps: |
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" .
......
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