1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-20 00:29:37 +00:00

Travis tuning

This commit is contained in:
Matthias Endler 2018-10-26 01:00:22 +02:00
parent 22ad640fc3
commit eedb4fc944

View File

@ -1,13 +1,15 @@
language: rust
cache: cargo
rust:
- stable
- beta
- nightly
allow_failures:
- rust: nightly
fast_finish: true
matrix:
allow_failures:
- rust: nightly
fast_finish: true
env:
- TARGET=aarch64-unknown-linux-gnu
@ -16,9 +18,10 @@ env:
- TARGET=thumbv7em-none-eabihf
install:
- cargo install xargo || true
- rustup component add rust-src
- rustup target add $TARGET
script:
- cargo build --target $TARGET
- cargo test --target $TARGET
- xargo build --no-default-features --verbose --target $TARGET
- xargo test --no-default-features --verbose --target $TARGET