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
Peter Kowalsky
redox
Commits
570bbb72
Commit
570bbb72
authored
Aug 02, 2020
by
Jeremy Soller
Browse files
Merge branch 'fix-ci-missing-xargo' into 'master'
Update .gitlab-ci.yml See merge request
redox-os/redox!1248
parents
a8b31ad8
31c42528
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
570bbb72
...
@@ -33,8 +33,8 @@ img:
...
@@ -33,8 +33,8 @@ img:
-
|
-
|
source "$HOME/.cargo/env" &&
source "$HOME/.cargo/env" &&
cargo install --version 0.1.1 cargo-config &&
cargo install --version 0.1.1 cargo-config &&
cargo install
--version 0.3.20
cargo-xbuild &&
cargo install cargo-xbuild &&
cargo install xargo &&
cargo install
--version 0.3.20
xargo &&
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
artifacts
:
artifacts
:
paths
:
paths
:
...
...
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