summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/ci.sh b/tools/ci.sh
index 7353a3ecd..175d7f576 100755
--- a/tools/ci.sh
+++ b/tools/ci.sh
@@ -258,10 +258,8 @@ function ci_qemu_arm_build {
make ${MAKEOPTS} -C ports/qemu-arm submodules
make ${MAKEOPTS} -C ports/qemu-arm CFLAGS_EXTRA=-DMP_ENDIANNESS_BIG=1
make ${MAKEOPTS} -C ports/qemu-arm clean
- make ${MAKEOPTS} -C ports/qemu-arm -f Makefile.test submodules
- make ${MAKEOPTS} -C ports/qemu-arm -f Makefile.test test
- make ${MAKEOPTS} -C ports/qemu-arm -f Makefile.test clean
- make ${MAKEOPTS} -C ports/qemu-arm -f Makefile.test BOARD=sabrelite test
+ make ${MAKEOPTS} -C ports/qemu-arm test
+ make ${MAKEOPTS} -C ports/qemu-arm BOARD=sabrelite test
}
########################################################################################