Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Encrypted CAN
daredevil-small
Commits
15edcbcd
Commit
15edcbcd
authored
6 years ago
by
Tmplt
Browse files
Options
Download
Patches
Plain Diff
Feat ci
parent
b488a092
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-0
.gitlab-ci.yml
with
12 additions
and
0 deletions
+12
-0
.gitlab-ci.yml
0 → 100644
+
12
−
0
View file @
15edcbcd
# Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/rust/tags/
image
:
"
rust:latest"
before_script
:
-
rustup default stable
-
rustup target add thumbv7em-none-eabihf
test:cargo-check
:
script
:
-
rustc --version && cargo --version
-
cargo check --all --examples
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets