Skip to content
Snippets Groups Projects
Commit 1ea34ce3 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

travis: first executing shorter running scripts

parent 4d674ef1
No related branches found
No related tags found
No related merge requests found
...@@ -43,20 +43,23 @@ script: ...@@ -43,20 +43,23 @@ script:
- make -s -C ./examples/default info-concurrency - make -s -C ./examples/default info-concurrency
- git rebase riot/master || git rebase --abort - 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
# TODO: # TODO:
# Remove the `AC` argument when all headers have been
# taken care of in master.
- ./dist/tools/externc/check.sh master AC
# TODO:
# Remove all but `master` parameters to cppcheck (and remove second # Remove all but `master` parameters to cppcheck (and remove second
# invocation) once all warnings of cppcheck have been taken care of # invocation) once all warnings of cppcheck have been taken care of
# in master. # in master.
- ./dist/tools/cppcheck/check.sh master --diff-filter=MR --error-exitcode=0 - ./dist/tools/cppcheck/check.sh master --diff-filter=MR --error-exitcode=0
- ./dist/tools/cppcheck/check.sh master --diff-filter=AC - ./dist/tools/cppcheck/check.sh master --diff-filter=AC
# TODO:
# Remove the `AC` argument when all headers have been - make -C ./tests/unittests all test BOARD=native
# taken care of in master. - make -C ./tests/unittests all test BOARD=qemu-i386
- ./dist/tools/externc/check.sh master AC
- ./dist/tools/compile_test/compile_test.py
notifications: notifications:
email: false email: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment