Files
blog_os/.travis.yml
2017-12-27 12:48:02 +01:00

28 lines
447 B
YAML

language: rust
rust:
- nightly
cache: cargo
before_script:
- rustup component add rust-src
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
- (test -x $HOME/.cargo/bin/xargo || cargo install xargo)
- cargo install-update -a
sudo: false
notifications:
email:
on_success: never
on_failure: change
addons:
apt:
packages:
- nasm
script:
- make RUST_TARGET_PATH=`pwd`