Commit 2462c61d authored by Victor Zverovich's avatar Victor Zverovich

Enable output for test failures.

parent adce0245
......@@ -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
environment:
- CTEST_OUTPUT_ON_FAILURE: 1
matrix:
- Build: msvc
Config: Debug
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment