You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
398 B
27 lines
398 B
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
|