summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorChristian Beier <cb@shoutrlabs.com>2017-02-21 23:03:12 +0100
committerChristian Beier <cb@shoutrlabs.com>2017-02-21 23:03:12 +0100
commit3500b11077bac14b7b0a5a01435138517bc3d74c (patch)
treef1463e8d503b3e7a868ff323b2a689d3109aefac /.appveyor.yml
parentb551e7017b1284361e2d29c7f2571c10f307cdef (diff)
downloadlibtdevnc-3500b11077bac14b7b0a5a01435138517bc3d74c.tar.gz
libtdevnc-3500b11077bac14b7b0a5a01435138517bc3d74c.zip
CI: let tests output to console on failure
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 c6ababd..3e93845 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 -V
+ - ctest -C Debug --output-on-failure