diff options
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5a726a8..8ee0f77 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -1,6 +1,6 @@ | |||
1 | environment: | 1 | environment: |
2 | PATH: C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH% | 2 | PATH: C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH% |
3 | VSTEST: OFF | 3 | VSTEST: ON |
4 | 4 | ||
5 | matrix: | 5 | matrix: |
6 | # x86 builds | 6 | # x86 builds |
@@ -48,4 +48,4 @@ build_script: | |||
48 | - cmake --build . --config %CONFIG% | 48 | - cmake --build . --config %CONFIG% |
49 | 49 | ||
50 | test_script: | 50 | test_script: |
51 | - ctest | 51 | - ctest -C %CONFIG% |