From 1f1b78752f0c2d777f97e34b652de43371834147 Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Wed, 25 Mar 2020 17:08:21 +1100 Subject: [PATCH] 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. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index deb4a9254d..5460bf601f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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