Skip to content

Commit

Permalink
CTEST_OUTPUT_ON_FAILURE=1
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Oct 2, 2019
1 parent 20dca33 commit e1c40df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ script:
cmake $CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DBUILD_DOC=ON -DBUILD_TESTING=ON -DDISABLE_REFMAN_PDF=ON ..
- make lib

- export CTEST_OUTPUT_ON_FAILURE=1
- make check-testsuite # Build and check the testsuite
- make check-examples # Build and check the examples
# TODO! (fails with error: no such file or directory: 'arrdaxpyf.o')
Expand Down

0 comments on commit e1c40df

Please sign in to comment.