Skip to content

Commit

Permalink
travis: run generate_and_run_more_tests.sh after checking cppchecks i…
Browse files Browse the repository at this point in the history
…nternal sources
  • Loading branch information
matthiaskrgr committed Jul 22, 2015
1 parent d02406a commit 7ee4579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ script:
- touch lib/mathlib.cpp
- touch test/testmathlib.cpp
- make test -j4
# run extra tests
- tools/generate_and_run_more_tests.sh
# compile gui
- cd gui
- qmake
Expand All @@ -49,6 +47,8 @@ script:
- touch /tmp/cppcheck.cppcheck
- ./cppcheck --error-exitcode=1 -Ilib --enable=style,performance,portability,warning,internal --exception-handling --suppressions-list=.travis_suppressions . -j 2 |& tee /tmp/cppcheck.cppcheck
- sh -c "! grep '^\[' /tmp/cppcheck.cppcheck"
# run extra tests
- tools/generate_and_run_more_tests.sh
# check test/cfg
- make checkcfg
- cd ./gui
Expand Down

0 comments on commit 7ee4579

Please sign in to comment.