From 4f76f6618507c01a067d69cc5b9934fafe261e18 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Wed, 9 Dec 2020 21:00:34 +0100 Subject: [PATCH] tools/ci.sh: Add mpy-cross build to nrf port. --- tools/ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci.sh b/tools/ci.sh index efc68c03e4..4c216257d2 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