Update CI scripts to use cargo bootimage

This commit is contained in:
Philipp Oppermann
2019-04-20 18:06:02 +02:00
parent c1064ad316
commit 06d1c9ff81
3 changed files with 5 additions and 8 deletions

View File

@@ -30,9 +30,8 @@ cache:
before_script:
- rustup component add rust-src llvm-tools-preview
- (test -x $HOME/.cargo/bin/cargo-install-latest || cargo install cargo-install-latest)
- cargo install-latest cargo-xbuild bootimage cargo-cache
- cargo install cargo-xbuild bootimage cargo-cache --debug -Z install-upgrade
script:
- bootimage build
- cargo bootimage
- cargo cache --autoclean