Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd authored Sep 13, 2020
1 parent ea53171 commit 94cecd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ script:

# If we enabled valgrind then call ctest with memcheck, otherwise just call it normal
- if [[ "$VALGRIND" == "ON" ]]; then ctest -T memcheck --verbose; else if [[ "$CODE_COVERAGE" == "ON" ]]; then make coverage; else ctest --verbose; fi fi

- if [[ "$VALGRIND" == "ON" ]]; then cat /home/travis/build/odygrd/quill/build/Testing/Temporary/MemoryChecker.*.log; fi

# Code Coverage
- if [[ "$CODE_COVERAGE" == "ON" ]]; then codecov; fi

Expand Down

0 comments on commit 94cecd8

Please sign in to comment.