From 7442d720f451751074eb3df695df7f794ff21045 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 2 Dec 2018 16:30:07 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d7843cde..d7ce7a31 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,4 +29,7 @@ build_script: cmake .. -G %GENERATOR% -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DSPDLOG_BUILD_BENCH=OFF cmake --build . --config %BUILD_TYPE% -test: off + +test_script: +- cmd: cd build +- ctest -VV -C "%BUILD_TYPE%"