Skip to content
Snippets Groups Projects
Commit 06e5f1db authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Run unit tests also outside of travis

parent 95a8fe7d
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ 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
if [ "${TRAVIS_OS_NAME}" = "linux" ]
if [ -z "${TRAVIS_OS_NAME}" -o "${TRAVIS_OS_NAME}" = "linux" ]
then
echo "Running unit tests on the desktop (release mode)..."
cd libraries/cbor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment