travis: run generate_and_run_more_tests.sh after checking cppchecks internal sources
This commit is contained in:
parent
d02406a2ae
commit
7ee4579c83
|
@ -37,8 +37,6 @@ script:
|
||||||
- touch lib/mathlib.cpp
|
- touch lib/mathlib.cpp
|
||||||
- touch test/testmathlib.cpp
|
- touch test/testmathlib.cpp
|
||||||
- make test -j4
|
- make test -j4
|
||||||
# run extra tests
|
|
||||||
- tools/generate_and_run_more_tests.sh
|
|
||||||
# compile gui
|
# compile gui
|
||||||
- cd gui
|
- cd gui
|
||||||
- qmake
|
- qmake
|
||||||
|
@ -49,6 +47,8 @@ script:
|
||||||
- touch /tmp/cppcheck.cppcheck
|
- 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
|
- ./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"
|
- sh -c "! grep '^\[' /tmp/cppcheck.cppcheck"
|
||||||
|
# run extra tests
|
||||||
|
- tools/generate_and_run_more_tests.sh
|
||||||
# check test/cfg
|
# check test/cfg
|
||||||
- make checkcfg
|
- make checkcfg
|
||||||
- cd ./gui
|
- cd ./gui
|
||||||
|
|
Loading…
Reference in New Issue