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>
This commit is contained in:
Damien George 2020-06-17 11:39:52 +10:00
parent 8d71cc2e7d
commit cba3e25cb3

View File

@ -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