summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-02-21 18:47:25 +0100
committerChristian Beier <dontmind@freeshell.org>2017-02-21 18:47:25 +0100
commita2e124d87a2c700145f4ae97eb59f571905e0a02 (patch)
tree13a20175adbf427ffa2b3a258514f9ba2a37a90a /.appveyor.yml
parent9ef1f4c8ac8f698b15d286488d516dcd6f65be8e (diff)
downloadlibtdevnc-a2e124d87a2c700145f4ae97eb59f571905e0a02.tar.gz
libtdevnc-a2e124d87a2c700145f4ae97eb59f571905e0a02.zip
AppVeyorCI: really add the test config to AppVeyor
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 5aca4fc..7f91733 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -31,4 +31,4 @@ build_script:
- cd build
- cmake .. -DZLIB_INCLUDE_DIR=..\deps\zlib -DZLIB_LIBRARY=..\deps\zlib\debug\zlibd.lib -DPNG_PNG_INCLUDE_DIR=..\deps\libpng -DPNG_LIBRARY=..\deps\libpng\debug\libpng16d.lib
- cmake --build .
- - ctest
+ - ctest -C Debug