mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 21:29:54 +01:00
Reduce amount of CI output on success
This commit is contained in:
parent
401ad7a189
commit
f052762c11
@ -209,7 +209,7 @@ before_script:
|
||||
script:
|
||||
- cd Build-Debug
|
||||
- make -j 2
|
||||
- ctest -V -j 2
|
||||
- CTEST_OUTPUT_ON_FAILURE=1 ctest -j 2
|
||||
- cd ../Build-Release
|
||||
- make -j 2
|
||||
- ctest -V -j 2
|
||||
- CTEST_OUTPUT_ON_FAILURE=1 ctest -j 2
|
||||
|
@ -58,4 +58,5 @@ build:
|
||||
|
||||
test_script:
|
||||
- cd Build
|
||||
- ctest -V -j 2 -C %CONFIGURATION%
|
||||
- set CTEST_OUTPUT_ON_FAILURE=1
|
||||
- ctest -j 2 -C %CONFIGURATION%
|
||||
|
Loading…
Reference in New Issue
Block a user