diff options
author | Damien George <damien@micropython.org> | 2020-06-17 11:39:52 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2020-06-17 11:39:52 +1000 |
commit | cba3e25cb33007e4c0b1a0c476ecce7166fb089f (patch) | |
tree | 01239b57e2cee8f5c07b0b9102f63b694ec6b054 | |
parent | 8d71cc2e7da7a77aeca66bc8fac0bb0e28690344 (diff) |
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 <damien@micropython.org>
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |