diff options
author | Christian Beier <dontmind@freeshell.org> | 2017-02-21 20:02:32 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2017-02-21 20:02:32 +0100 |
commit | 26d84242cdd7597a1f41cd1ad7e6a9c5850da63e (patch) | |
tree | ca587768e134f2bf7ef165e11b6293abb0ff8983 /.appveyor.yml | |
parent | 6cb0522ecbbf60872270ce8835fce2a9366534a2 (diff) | |
download | libtdevnc-26d84242cdd7597a1f41cd1ad7e6a9c5850da63e.tar.gz libtdevnc-26d84242cdd7597a1f41cd1ad7e6a9c5850da63e.zip |
AppVeyorCI: make ctest more verbose
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
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 |