travis: install target
This commit is contained in:
parent
24c5163265
commit
9fc6868fdf
|
@ -1,4 +1,5 @@
|
||||||
language: rust
|
language: rust
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
|
@ -8,4 +9,10 @@ matrix:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
env: FEATURES='bkpt'
|
env: FEATURES='bkpt'
|
||||||
script:
|
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