From 1ea34ce38afb54e3b664c81164685e5d43f6d533 Mon Sep 17 00:00:00 2001 From: Oleg Hahm <oleg@hobbykeller.org> Date: Tue, 18 Nov 2014 19:28:44 +0100 Subject: [PATCH] travis: first executing shorter running scripts --- .travis.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 224d5d13be..36d6b15538 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,20 +43,23 @@ 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 # 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 # 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 + + - make -C ./tests/unittests all test BOARD=native + - make -C ./tests/unittests all test BOARD=qemu-i386 + + - ./dist/tools/compile_test/compile_test.py notifications: email: false -- GitLab