summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-02-21 20:02:32 +0100
committerChristian Beier <dontmind@freeshell.org>2017-02-21 20:02:32 +0100
commit26d84242cdd7597a1f41cd1ad7e6a9c5850da63e (patch)
treeca587768e134f2bf7ef165e11b6293abb0ff8983
parent6cb0522ecbbf60872270ce8835fce2a9366534a2 (diff)
downloadlibtdevnc-26d84242cdd7597a1f41cd1ad7e6a9c5850da63e.tar.gz
libtdevnc-26d84242cdd7597a1f41cd1ad7e6a9c5850da63e.zip
AppVeyorCI: make ctest more verbose
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 7f91733..c6ababd 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 -C Debug
+ - ctest -C Debug -V