run unit tests with VC auto tests

This commit is contained in:
Christophe Riccio 2018-08-19 02:19:59 +02:00
parent 4ae3eb0dc9
commit 29cf4c4df9

View File

@ -14,3 +14,6 @@ build_script:
- cd build
- cmake -DCMAKE_CXX_COMPILER=$COMPILER -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON ..
- cmake -E time cmake --build .
after_build:
- ctest