Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
Help
What's new
8
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Menu
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jim Turner
distrackt
Commits
1749bc9a
Commit
1749bc9a
authored
Sep 11, 2016
by
Jim Turner
Browse files
Add .gitlab-ci.yml
parent
d9ba2ae1
Pipeline
#4215030
passed with stage
in 1 minute and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
1749bc9a
image
:
"
scorpil/rust:stable"
test:cargo:
script
:
-
rustc --version && cargo --version
# Print version info for debugging
-
cargo test --verbose --jobs 1 --release
# Don't parallelize to make errors more readable
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment