Commit 17b1f821 authored by Michael O'Cleirigh's avatar Michael O'Cleirigh Committed by Damien George

tools/ci.sh: Build user C modules for esp32.

Builds the esp32 port against the example C and CXX modules.
Signed-off-by: default avatarMichael O'Cleirigh <michael.ocleirigh@rivulet.ca>
parent 0ccd9e08
......@@ -100,6 +100,8 @@ function ci_esp32_build {
make ${MAKEOPTS} -C mpy-cross
make ${MAKEOPTS} -C ports/esp32 submodules
make ${MAKEOPTS} -C ports/esp32
make ${MAKEOPTS} -C ports/esp32 clean
make ${MAKEOPTS} -C ports/esp32 USER_C_MODULES=../../../examples/usercmodule/micropython.cmake
}
########################################################################################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment