Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSK
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
koenigl2
OpenSK
Commits
68ec7559
Commit
68ec7559
authored
5 years ago
by
Guillaume Endignoux
Browse files
Options
Downloads
Patches
Plain Diff
Add tests that supported boards build properly.
parent
bf9e3620
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run_desktop_tests.sh
+10
-0
10 additions, 0 deletions
run_desktop_tests.sh
with
10 additions
and
0 deletions
run_desktop_tests.sh
+
10
−
0
View file @
68ec7559
...
...
@@ -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)..."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment