diff options
| author | Glenn Ruben Bakke <glennbakke@gmail.com> | 2020-12-09 21:00:34 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-08-08 23:17:55 +1000 |
| commit | 4f76f6618507c01a067d69cc5b9934fafe261e18 (patch) | |
| tree | a73be032e685673dbbdd3c7ea924a59a3de736f1 /tools | |
| parent | 990341d18e72636c300e1880dd11500c07bd9f46 (diff) | |
tools/ci.sh: Add mpy-cross build to nrf port.
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/ci.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index efc68c03e..4c216257d 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -189,6 +189,7 @@ function ci_nrf_setup { function ci_nrf_build { ports/nrf/drivers/bluetooth/download_ble_stack.sh s140_nrf52_6_1_1 + make ${MAKEOPTS} -C mpy-cross make ${MAKEOPTS} -C ports/nrf submodules make ${MAKEOPTS} -C ports/nrf BOARD=pca10040 make ${MAKEOPTS} -C ports/nrf BOARD=microbit |
