CTest: Output details on failure
This commit is contained in:
parent
1fb0255d37
commit
7cf4f2142d
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ jobs:
|
|||
- run: cmake --build build -j 2
|
||||
- run: cmake --build build -j 2 --target test
|
||||
- run: bash <(curl -s https://codecov.io/bash)
|
||||
environment:
|
||||
CTEST_OUTPUT_ON_FAILURE: 1
|
||||
linux_x86_64_sdl1:
|
||||
docker:
|
||||
- image: debian:stretch-backports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue