Fix travis build for stm32f3
parent
5b80530ba2
commit
e14c3a5f76
|
|
@ -93,6 +93,7 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- cargo install cargo-travis || true
|
- cargo install cargo-travis || true
|
||||||
- rustup override set nightly
|
- rustup override set nightly
|
||||||
|
- rustup target add thumbv7m-none-eabi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo check
|
- cargo check
|
||||||
|
|
@ -102,7 +103,7 @@ script:
|
||||||
- cargo doc --all-features --release
|
- cargo doc --all-features --release
|
||||||
- cd examples/embedded_linux_epd4in2 && cargo check && cd ../../
|
- cd examples/embedded_linux_epd4in2 && cargo check && cd ../../
|
||||||
- cd examples/embedded_linux_epd1in54 && cargo check && cd ../../
|
- cd examples/embedded_linux_epd1in54 && cargo check && cd ../../
|
||||||
- cd examples/stm32f3discovery && cargo check && cd ../../
|
- cd examples/stm32f3discovery && cargo check --target thumbv7m-none-eabi && cd ../../
|
||||||
#- cd ../f3_stm32f30x && cargo build
|
#- cd ../f3_stm32f30x && cargo build
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue