1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 00:16:17 +04:00
rCore/.travis.yml

33 lines
514 B
YAML
Raw Normal View History

2017-04-19 14:53:28 +04:00
language: rust
rust:
- nightly
2018-04-09 11:12:15 +04:00
cache:
- cargo
directories:
- $HOME/qemu
2017-04-19 14:53:28 +04:00
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
2018-04-09 11:12:15 +04:00
# setup qemu
- bash -e travis-qemu.sh
- export PATH=$PATH:$HOME/qemu/bin
2017-04-19 14:53:28 +04:00
sudo: false
notifications:
email:
on_failure: change
addons:
apt:
packages:
- nasm
script:
- make