tools/ci.sh: Build Cortex-A9 sabrelite board as part of qemu-arm CI.

Signed-off-by: Damien George <damien@micropython.org>
pull/5975/head
Damien George 2021-05-25 22:14:56 +10:00
rodzic b84406f313
commit e7c0a8bca3
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -194,6 +194,8 @@ function ci_qemu_arm_build {
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 test
make ${MAKEOPTS} -C ports/qemu-arm -f Makefile.test clean
make ${MAKEOPTS} -C ports/qemu-arm -f Makefile.test BOARD=sabrelite test
}
########################################################################################