Skip to content
Snippets Groups Projects
Commit 6d323f3c authored by Guillaume Endignoux's avatar Guillaume Endignoux
Browse files

Apply make suggestions.

parent 0fe48896
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,6 @@ jobs:
run: ./setup.sh
- name: Building board nrf52840dk
run: cd third_party/tock/boards/nordic/nrf52840dk && make
run: make -C third_party/tock/boards/nordic/nrf52840dk
- name: Building board nrf52840_dongle
run: cd third_party/tock/boards/nordic/nrf52840_dongle && make
run: make -C third_party/tock/boards/nordic/nrf52840_dongle
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment