Apply make suggestions.

This commit is contained in:
Guillaume Endignoux
2020-03-05 12:03:35 +01:00
parent 0fe4889624
commit 6d323f3c5a
2 changed files with 4 additions and 10 deletions

View File

@@ -41,14 +41,8 @@ echo "Checking that CTAP2 builds and links properly (1 set of features)..."
cargo build --release --target=thumbv7em-none-eabi --features with_ctap1
echo "Checking that supported boards build properly..."
cd third_party/tock/boards
cd nordic/nrf52840dk
make
cd ../..
cd nordic/nrf52840_dongle
make
cd ../..
cd ../../..
make -C third_party/tock/boards/nordic/nrf52840dk
make -C third_party/tock/boards/nordic/nrf52840_dongle
if [ -z "${TRAVIS_OS_NAME}" -o "${TRAVIS_OS_NAME}" = "linux" ]
then