1
0
mirror of https://github.com/rcore-os/rCore.git synced 2025-01-19 01:07:05 +04:00

Add travis config file

This commit is contained in:
Philipp Oppermann 2017-04-19 12:53:28 +02:00
parent 0d7a2bb070
commit 3332e26dc3

26
.travis.yml Normal file
View File

@ -0,0 +1,26 @@
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_failure: change
addons:
apt:
packages:
- nasm
script:
- make