travis: Build more boards as part of nrf job.

Specifically:
- pca10040: It was already the default.
- microbit: It uses nRF51, has a Cortex-M0, and has additional libraries.
- pca10056: It has USB CDC.
This commit is contained in:
Jim Mussared 2020-03-25 17:08:21 +11:00 committed by Damien George
parent e7f8c7d9a3
commit 1f1b78752f
1 changed files with 3 additions and 1 deletions

View File

@ -296,7 +296,9 @@ jobs:
- arm-none-eabi-gcc --version
script:
- make ${MAKEOPTS} -C ports/nrf submodules
- make ${MAKEOPTS} -C ports/nrf
- make ${MAKEOPTS} -C ports/nrf BOARD=pca10040
- make ${MAKEOPTS} -C ports/nrf BOARD=microbit
- make ${MAKEOPTS} -C ports/nrf BOARD=pca10056
# bare-arm and minimal ports, with size-diff check
- stage: test