commit | f052762c112d635e58625589487cdac06ba5ec12 | [log] [tgz] |
---|---|---|
author | Martin Hořeňovský <[email protected]> | Wed Nov 22 16:11:35 2017 +0100 |
committer | Martin Hořeňovský <[email protected]> | Wed Nov 22 18:29:58 2017 +0100 |
tree | 7a2a73297d17e6fc4fb559c9aa400c1964aad9a5 | |
parent | 401ad7a18941fb3744533a315a8a9500a7f573c9 [diff] [blame] |
Reduce amount of CI output on success
diff --git a/appveyor.yml b/appveyor.yml index f3a2c5b..08a609d 100644 --- a/appveyor.yml +++ b/appveyor.yml
@@ -58,4 +58,5 @@ test_script: - cd Build - - ctest -V -j 2 -C %CONFIGURATION% + - set CTEST_OUTPUT_ON_FAILURE=1 + - ctest -j 2 -C %CONFIGURATION%