mirror of
https://github.com/fmtlib/fmt.git
synced 2025-04-16 14:42:25 +00:00
Enable output for test failures.
This commit is contained in:
parent
adce0245dc
commit
2462c61d05
@ -17,7 +17,7 @@ env:
|
|||||||
script:
|
script:
|
||||||
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DFMT_EXTRA_TESTS=ON .
|
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DFMT_EXTRA_TESTS=ON .
|
||||||
- make -j4
|
- make -j4
|
||||||
- make test
|
- CTEST_OUTPUT_ON_FAILURE=1 make test
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
- cat Testing/Temporary/LastTest.log
|
- cat Testing/Temporary/LastTest.log
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
environment:
|
environment:
|
||||||
|
- CTEST_OUTPUT_ON_FAILURE: 1
|
||||||
matrix:
|
matrix:
|
||||||
- Build: msvc
|
- Build: msvc
|
||||||
Config: Debug
|
Config: Debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user