mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-22 16:16:16 +04:00
27 lines
398 B
YAML
27 lines
398 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_failure: change
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- nasm
|
|
|
|
script:
|
|
- make
|