Browse Source

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 4 years ago
parent
commit
e7c0a8bca3
  1. 2
      tools/ci.sh

2
tools/ci.sh

@ -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
}
########################################################################################

Loading…
Cancel
Save