Fixed ctest

This commit is contained in:
Christophe Riccio 2018-08-19 17:55:39 +02:00
parent 1647c36272
commit c4f9bc5de6

View File

@ -67,6 +67,6 @@ build_script:
- cmake --build . --config %CONFIGURATION% -- /m /v:minimal
test_script:
- ctest -j4
- ctest -j4 -C %CONFIGURATION%
deploy: off