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