Add ctest config support and enable tests

This commit is contained in:
Don 2018-03-20 16:16:29 -07:00 committed by GitHub
parent eb7a82524e
commit 23f2dcec9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
environment:
PATH: C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH%
VSTEST: OFF
VSTEST: ON
matrix:
# x86 builds
@ -48,4 +48,4 @@ build_script:
- cmake --build . --config %CONFIG%
test_script:
- ctest
- ctest -C %CONFIG%