Browse Source

CTest: Output details on failure

pull/1312/head
Gleb Mazovetskiy 5 years ago committed by GitHub
parent
commit
7cf4f2142d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -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…
Cancel
Save