From 29cf4c4df97f066945edd47dbb7e582334e7cec7 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 19 Aug 2018 02:19:59 +0200 Subject: [PATCH] run unit tests with VC auto tests --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index c2d7ac5a..c4e0cd53 100644 --- a/.appveyor.yml +++ b/.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