travis: install target
This commit is contained in:
parent
24c5163265
commit
9fc6868fdf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue