mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dist/tools/ci: do not call make for qemu-i386
This commit is contained in:
parent
4ceef0c67f
commit
acaa092d6f
4
dist/tools/ci/build_and_test.sh
vendored
4
dist/tools/ci/build_and_test.sh
vendored
@ -103,10 +103,6 @@ then
|
|||||||
then
|
then
|
||||||
make -C ./tests/unittests all-debug test BOARD=native TERMPROG='gdb -batch -ex r -ex bt $(ELF)' || exit
|
make -C ./tests/unittests all-debug test BOARD=native TERMPROG='gdb -batch -ex r -ex bt $(ELF)' || exit
|
||||||
set_result $?
|
set_result $?
|
||||||
# TODO:
|
|
||||||
# Reenable once https://github.com/RIOT-OS/RIOT/issues/2300 is
|
|
||||||
# resolved:
|
|
||||||
# - make -C ./tests/unittests all test BOARD=qemu-i386 || exit
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user