Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
proximity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mathis "what could possibly go wrong" Randl
proximity
Commits
bbfd5d3a
Commit
bbfd5d3a
authored
4 months ago
by
Mathis "what could possibly go wrong" Randl
Browse files
Options
Downloads
Patches
Plain Diff
rust ci 2
parent
4dc560eb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+15
-10
15 additions, 10 deletions
.gitlab-ci.yml
with
15 additions
and
10 deletions
.gitlab-ci.yml
+
15
−
10
View file @
bbfd5d3a
run unittests
:
stages
:
-
build
rust-latest
:
stage
:
build
image
:
rust:latest
image
:
rust:latest
stage
:
test
before_script
:
-
cargo install --root . cargo2junit
script
:
script
:
-
cargo test -- -Z unstable-options --format json --report-time | bin/cargo2junit > report.xml
-
cargo build --verbose
artifacts
:
-
cargo test --verbose
when
:
always
reports
:
rust-nightly
:
junit
:
stage
:
build
-
report.xml
image
:
rustlang/rust:nightly
script
:
-
cargo build --verbose
-
cargo test --verbose
allow_failure
:
true
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