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

34 lines
501 B
YAML
Raw Normal View History

2017-04-19 14:53:28 +04:00
language: rust
rust:
- nightly-2018-04-01
2017-04-19 14:53:28 +04:00
2018-04-09 11:12:15 +04:00
cache:
2018-04-09 11:19:02 +04:00
cargo: true
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
sudo: false
notifications:
email:
on_failure: change
addons:
apt:
packages:
- nasm
2018-04-19 16:33:56 +04:00
- qemu
2017-04-19 14:53:28 +04:00
2018-04-09 17:20:47 +04:00
env:
matrix:
- TASK="build"
2018-05-20 18:49:27 +04:00
# - TASK="run travis=1"
2018-04-09 17:20:47 +04:00
2017-04-19 14:53:28 +04:00
script:
2018-04-09 17:20:47 +04:00
- make ${TASK}