Skip to content

Commit

Permalink
tools/ci.sh: Add CI for CMake USER_C_MODULE support.
Browse files Browse the repository at this point in the history
Builds the rp2 port against the example C and CXX modules.

Signed-off-by: Phil Howard <phil@pimoroni.com>
  • Loading branch information
Gadgetoid authored and dpgeorge committed Mar 30, 2021
1 parent 8e5756e commit 5976ea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ci.sh
Expand Up @@ -181,6 +181,8 @@ function ci_rp2_build {
make ${MAKEOPTS} -C mpy-cross
git submodule update --init lib/pico-sdk lib/tinyusb
make ${MAKEOPTS} -C ports/rp2
make ${MAKEOPTS} -C ports/rp2 clean
make ${MAKEOPTS} -C ports/rp2 USER_C_MODULES=../../examples/usercmodule/micropython.cmake
}

########################################################################################
Expand Down

0 comments on commit 5976ea0

Please sign in to comment.