mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +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:
|
script:
|
||||||
- cd Build-Debug
|
- cd Build-Debug
|
||||||
- make -j 2
|
- make -j 2
|
||||||
- ctest -V -j 2
|
- CTEST_OUTPUT_ON_FAILURE=1 ctest -j 2
|
||||||
- cd ../Build-Release
|
- cd ../Build-Release
|
||||||
- make -j 2
|
- make -j 2
|
||||||
- ctest -V -j 2
|
- CTEST_OUTPUT_ON_FAILURE=1 ctest -j 2
|
||||||
|
@ -58,4 +58,5 @@ build:
|
|||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cd Build
|
- 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