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

Add tests that supported boards build properly.

parent bf9e3620
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,16 @@ cargo check --release --target=thumbv7em-none-eabi --examples
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 ../../..
if [ -z "${TRAVIS_OS_NAME}" -o "${TRAVIS_OS_NAME}" = "linux" ]
then
echo "Running unit tests on the desktop (release mode)..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment