summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <[email protected]>2017-02-21 23:03:12 +0100
committerChristian Beier <[email protected]>2017-02-21 23:03:12 +0100
commit3500b11077bac14b7b0a5a01435138517bc3d74c (patch)
treef1463e8d503b3e7a868ff323b2a689d3109aefac
parentb551e7017b1284361e2d29c7f2571c10f307cdef (diff)
downloadlibtdevnc-3500b11077bac14b7b0a5a01435138517bc3d74c.tar.gz
libtdevnc-3500b11077bac14b7b0a5a01435138517bc3d74c.zip
CI: let tests output to console on failure
-rw-r--r--.appveyor.yml2
-rw-r--r--.travis.yml2
2 files changed, 2 insertions, 2 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
diff --git a/.travis.yml b/.travis.yml
index 652537c..077dc84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,5 +25,5 @@ script:
- cd build
- cmake ..
- cmake --build .
- - ctest
+ - ctest --output-on-failure