mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #2301 from LudwigOrtmann/issue-2300
travis: disable qemu unittests temporarily
This commit is contained in:
commit
52cc7eb122
@ -59,7 +59,10 @@ script:
|
||||
- ./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
|
||||
# TODO:
|
||||
# Reenable once https://github.com/RIOT-OS/RIOT/issues/2300 is
|
||||
# resolved:
|
||||
# - make -C ./tests/unittests all test BOARD=qemu-i386 || exit
|
||||
|
||||
- ./dist/tools/compile_test/compile_test.py
|
||||
- ./dist/tools/pr_check/pr_check.sh riot/master
|
||||
|
Loading…
Reference in New Issue
Block a user