Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aaron Janse
relibc
Commits
6d725c32
Commit
6d725c32
authored
Jul 23, 2018
by
Michael Aaron Murphy
Browse files
Cache Cargo CI build artifacts
parent
86a38b47
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6d725c32
image
:
"
rustlang/rust:nightly"
variables
:
CARGO_HOME
:
$CI_PROJECT_DIR/cargo
stages
:
-
build
...
...
@@ -17,6 +19,10 @@ build:linux:
stage
:
build
script
:
-
make all
cache
:
paths
:
-
cargo/
-
target/
build:redox:
stage
:
build
...
...
@@ -34,6 +40,11 @@ build:redox:
# Main script
-
make all
cache
:
paths
:
-
cargo/
-
target/
test:linux:
stage
:
test
...
...
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