mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-29 08:21:18 +01:00
Merge pull request #2037 from OlegHahm/travis_change_order
travis: first executing shorter running scripts
This commit is contained in:
commit
65437ab31e
24
.travis.yml
24
.travis.yml
@ -43,20 +43,24 @@ script:
|
||||
- make -s -C ./examples/default info-concurrency
|
||||
- git rebase riot/master || git rebase --abort
|
||||
|
||||
- ./dist/tools/compile_test/compile_test.py
|
||||
- make -C ./tests/unittests test BOARD=native
|
||||
- make -C ./tests/unittests test BOARD=qemu-i386
|
||||
- ./dist/tools/licenses/check.sh master
|
||||
- ./dist/tools/licenses/check.sh master || exit
|
||||
|
||||
# TODO:
|
||||
# Remove the `AC` argument when all headers have been
|
||||
# taken care of in master.
|
||||
- ./dist/tools/externc/check.sh master AC || exit
|
||||
|
||||
# TODO:
|
||||
# Remove all but `master` parameters to cppcheck (and remove second
|
||||
# invocation) once all warnings of cppcheck have been taken care of
|
||||
# in master.
|
||||
- ./dist/tools/cppcheck/check.sh master --diff-filter=MR --error-exitcode=0
|
||||
- ./dist/tools/cppcheck/check.sh master --diff-filter=AC
|
||||
# TODO:
|
||||
# Remove the `AC` argument when all headers have been
|
||||
# taken care of in master.
|
||||
- ./dist/tools/externc/check.sh master AC
|
||||
- ./dist/tools/cppcheck/check.sh master --diff-filter=MR --error-exitcode=0 || exit
|
||||
- ./dist/tools/cppcheck/check.sh master --diff-filter=AC || exit
|
||||
|
||||
- make -C ./tests/unittests all test BOARD=native || exit
|
||||
- make -C ./tests/unittests all test BOARD=qemu-i386 || exit
|
||||
|
||||
- ./dist/tools/compile_test/compile_test.py
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user