Skip to content

Commit 3bae104

Browse files
iabdalkaderdpgeorge
authored andcommitted
tools/ci.sh: Add ARDUINO_NANO_RP2040_CONNECT to rp2 CI build.
1 parent b9c1e4c commit 3bae104

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/ci.sh

+4
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,10 @@ function ci_rp2_build {
284284
make ${MAKEOPTS} -C ports/rp2 USER_C_MODULES=../../examples/usercmodule/micropython.cmake
285285
make ${MAKEOPTS} -C ports/rp2 BOARD=W5100S_EVB_PICO submodules
286286
make ${MAKEOPTS} -C ports/rp2 BOARD=W5100S_EVB_PICO
287+
288+
# Test building ninaw10 driver and NIC interface.
289+
make ${MAKEOPTS} -C ports/rp2 BOARD=ARDUINO_NANO_RP2040_CONNECT submodules
290+
make ${MAKEOPTS} -C ports/rp2 BOARD=ARDUINO_NANO_RP2040_CONNECT
287291
}
288292

289293
########################################################################################

0 commit comments

Comments
 (0)