tools/ci.sh: Build mpy-cross as part of ci_mimxrt_build.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
745b4319a2
commit
934505ac33
@ -146,6 +146,7 @@ function ci_mimxrt_setup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function ci_mimxrt_build {
|
function ci_mimxrt_build {
|
||||||
|
make ${MAKEOPTS} -C mpy-cross
|
||||||
make ${MAKEOPTS} -C ports/mimxrt submodules
|
make ${MAKEOPTS} -C ports/mimxrt submodules
|
||||||
make ${MAKEOPTS} -C ports/mimxrt BOARD=MIMXRT1020_EVK
|
make ${MAKEOPTS} -C ports/mimxrt BOARD=MIMXRT1020_EVK
|
||||||
make ${MAKEOPTS} -C ports/mimxrt BOARD=TEENSY40
|
make ${MAKEOPTS} -C ports/mimxrt BOARD=TEENSY40
|
||||||
|
Loading…
Reference in New Issue
Block a user