From cba3e25cb33007e4c0b1a0c476ecce7166fb089f Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 17 Jun 2020 11:39:52 +1000 Subject: [PATCH] travis: Change nrf pca10056 board to build with soft-device enabled. To test building with SD which enables a lot of additional code. Signed-off-by: Damien George --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 414fe2b59..1cb5575c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -292,10 +292,11 @@ jobs: - sudo apt-get install libnewlib-arm-none-eabi - arm-none-eabi-gcc --version script: + - ports/nrf/drivers/bluetooth/download_ble_stack.sh s132_nrf52_6_1_1 - make ${MAKEOPTS} -C ports/nrf submodules - make ${MAKEOPTS} -C ports/nrf BOARD=pca10040 - make ${MAKEOPTS} -C ports/nrf BOARD=microbit - - make ${MAKEOPTS} -C ports/nrf BOARD=pca10056 + - make ${MAKEOPTS} -C ports/nrf BOARD=pca10056 SD=s132 # bare-arm and minimal ports, with size-diff check - stage: test