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

Switch back to cargo

This commit is contained in:
Matthias Endler 2018-10-30 01:10:10 +01:00
parent 4bb1326f61
commit 301c7889bb

View File

@ -18,10 +18,9 @@ env:
- TARGET=thumbv7em-none-eabihf
install:
- cargo install xargo || true
- rustup component add rust-src
- rustup target add $TARGET
script:
- xargo build --no-default-features --verbose --target $TARGET
- xargo test --no-default-features --verbose --target $TARGET
- cargo build --verbose --target $TARGET --no-default-features
- cargo test --verbose --target $TARGET --no-default-features