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
redox-os
calc
Commits
b72b347f
Commit
b72b347f
authored
Jun 10, 2018
by
Michael Aaron Murphy
Browse files
Add .gitlab-ci.yml
parent
90c85a7e
Pipeline
#37
passed with stage
in 2 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
b72b347f
before_script
:
-
apt-get update -qq
-
apt-get install -qq build-essential curl git
-
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
-
source "$HOME/.cargo/env"
nightly
:
script
:
-
cargo build
-
cargo test
\ No newline at end of file
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