Cleanup gitlab CI script

This commit is contained in:
Jeremy Soller 2019-06-19 20:11:31 -06:00
parent c3be572aa5
commit b553383a8e
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1

View file

@ -1,3 +1,5 @@
image: "ubuntu:18.04"
variables: variables:
GIT_STRATEGY: "pull" GIT_STRATEGY: "pull"
GIT_SUBMODULE_STRATEGY: "recursive" GIT_SUBMODULE_STRATEGY: "recursive"
@ -30,13 +32,7 @@ img:
script: script:
- | - |
source "$HOME/.cargo/env" && source "$HOME/.cargo/env" &&
rustup update &&
rustup component add rust-src &&
cargo install cargo-config cargo-xbuild xargo && cargo install cargo-config cargo-xbuild xargo &&
pushd bootloader-efi &&
rustup update &&
rustup component add rust-src &&
popd &&
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME make ci-img IMG_TAG=$CI_COMMIT_REF_NAME
artifacts: artifacts:
paths: paths: