From 1ec559121289476700ff0e1a375c881f1f2149cc Mon Sep 17 00:00:00 2001 From: Zeex Date: Sun, 28 Aug 2016 12:49:10 +0600 Subject: Enable tests on AppVeyor --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 6dc12b4..0ecda2a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,3 +8,6 @@ before_build: build_script: - cmake --build . --config %CONFIGURATION% + +test_script: + - ctest --build-config %CONFIGURATION% -- cgit v1.1