mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
tools/ci.sh: Init micropython-lib submodule for zephyr build.
The zephyr port doesn't have a Makefile so can't run `make submodules`. Instead they must be explicitly initialized. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -986,6 +986,7 @@ function ci_zephyr_install {
|
||||
}
|
||||
|
||||
function ci_zephyr_build {
|
||||
git submodule update --init lib/micropython-lib
|
||||
docker exec zephyr-ci west build -p auto -b qemu_x86 -- -DCONF_FILE=prj_minimal.conf
|
||||
docker exec zephyr-ci west build -p auto -b frdm_k64f
|
||||
docker exec zephyr-ci west build -p auto -b mimxrt1050_evk
|
||||
|
||||
Reference in New Issue
Block a user