Commit b119b9ad authored by Victor Zverovich's avatar Victor Zverovich

Debug appveyor config.

parent 59ed2827
...@@ -9,6 +9,7 @@ configuration: ...@@ -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: ...@@ -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" .
......
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