travis: install target

master
Robert Jördens 2019-03-29 09:12:07 +00:00
parent 24c5163265
commit 9fc6868fdf
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,5 @@
language: rust
matrix:
include:
- rust: nightly
@ -8,4 +9,10 @@ matrix:
- rust: nightly
env: FEATURES='bkpt'
script:
- "cargo build --target=thumbv7em-none-eabihf --no-default-features --features \"$FEATURES\""
- "cargo build --target thumbv7em-none-eabihf --features \"$FEATURES\" $ARGS"
install:
- rustup target add thumbv7em-none-eabihf
notifications:
email: false