Add ctest config support and enable tests
This commit is contained in:
parent
eb7a82524e
commit
23f2dcec9f
@ -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%
|
||||
|
Loading…
x
Reference in New Issue
Block a user