Sync nrf52840_mdk_dfu with upstream and add DFU-based boards to run_desktop_tests.sh

This commit is contained in:
Guillaume Endignoux
2020-03-12 19:08:05 +01:00
parent 3deca37699
commit 6f8b8e7a64
2 changed files with 10 additions and 6 deletions

View File

@@ -48,6 +48,10 @@ echo "Checking that supported boards build properly..."
make -C third_party/tock/boards/nordic/nrf52840dk
make -C third_party/tock/boards/nordic/nrf52840_dongle
echo "Checking that other boards build properly..."
make -C boards/nrf52840_dongle_dfu
make -C boards/nrf52840_mdk_dfu
if [ -z "${TRAVIS_OS_NAME}" -o "${TRAVIS_OS_NAME}" = "linux" ]
then
echo "Running unit tests on the desktop (release mode)..."