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:
Damien George 2021-06-02 00:02:21 +10:00
parent 745b4319a2
commit 934505ac33

View File

@ -146,6 +146,7 @@ function ci_mimxrt_setup {
}
function ci_mimxrt_build {
make ${MAKEOPTS} -C mpy-cross
make ${MAKEOPTS} -C ports/mimxrt submodules
make ${MAKEOPTS} -C ports/mimxrt BOARD=MIMXRT1020_EVK
make ${MAKEOPTS} -C ports/mimxrt BOARD=TEENSY40