Fixed ctest call.

This commit is contained in:
Steffen Schuemann 2019-04-27 10:17:15 +02:00
parent f96b65562d
commit 742d51b24c

View File

@ -56,5 +56,5 @@ before_script:
script:
- export VERBOSE=1
- cmake --build . --config Release
- ctest
- ctest -C Release -E Windows