Skip to content

Commit 07a719a

Browse files
committed
tools/ci.sh: Build both SAMD21 and SAMD51 boards as part of samd CI.
Signed-off-by: Damien George <[email protected]>
1 parent 143b863 commit 07a719a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/ci.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ function ci_samd_setup {
309309
function ci_samd_build {
310310
make ${MAKEOPTS} -C mpy-cross
311311
make ${MAKEOPTS} -C ports/samd submodules
312-
make ${MAKEOPTS} -C ports/samd
312+
make ${MAKEOPTS} -C ports/samd BOARD=ADAFRUIT_ITSYBITSY_M0_EXPRESS
313+
make ${MAKEOPTS} -C ports/samd BOARD=ADAFRUIT_ITSYBITSY_M4_EXPRESS
313314
}
314315

315316
########################################################################################

0 commit comments

Comments
 (0)