tools/ci.sh: Add build of W5100S_EVB_PICO board to rp2 CI.

This exercises the inclusion of a number of libraries in the rp2 port
including mbedtls and lwip.

Signed-off-by: Andrew Leech <andrew@alelec.net>
pull/8724/head
Andrew Leech 2022-05-26 13:21:55 +10:00 zatwierdzone przez Damien George
rodzic b7a39ad2d1
commit b92e51efe7
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -276,6 +276,8 @@ function ci_rp2_build {
make ${MAKEOPTS} -C ports/rp2
make ${MAKEOPTS} -C ports/rp2 clean
make ${MAKEOPTS} -C ports/rp2 USER_C_MODULES=../../examples/usercmodule/micropython.cmake
make ${MAKEOPTS} -C ports/rp2 BOARD=W5100S_EVB_PICO submodules
make ${MAKEOPTS} -C ports/rp2 BOARD=W5100S_EVB_PICO
}
########################################################################################