Work on CI support for MingW

This commit is contained in:
Steffen Schuemann 2019-05-13 10:13:08 +02:00
parent 122da7d33d
commit becbcfe4a2

View File

@ -58,7 +58,7 @@ build_script:
- cmake --build . --config %configuration% - cmake --build . --config %configuration%
test_script: test_script:
- cd build - cd %APPVEYOR_BUILD_FOLDER%\build
- set CTEST_OUTPUT_ON_FAILURE=1 - set CTEST_OUTPUT_ON_FAILURE=1
- ctest -C %configuration% - ctest -C %configuration%
- cd .. - cd ..