CTest: Output details on failure

This commit is contained in:
Gleb Mazovetskiy 2021-03-31 01:13:49 +01:00 committed by GitHub
commit 7cf4f2142d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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