run unit tests with VC auto tests

master
Christophe Riccio ago%!(EXTRA string=7 years)
parent 4ae3eb0dc9
commit 29cf4c4df9
  1. 3
      .appveyor.yml

@ -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

Loading…
Cancel
Save