Merge branch 'post-04-new' into post-05-new

This commit is contained in:
Philipp Oppermann
2019-04-26 14:48:51 +02:00
13 changed files with 247 additions and 154 deletions

View File

@@ -42,11 +42,10 @@ install:
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 test
- bootimage test
- cargo xbuild
- cargo bootimage
- cargo xtest
- cargo cache --autoclean