add 2in9 example to travis and also check for cargo fmt there

embedded-hal-1.0
Chris 2018-11-06 09:12:59 +01:00
parent 559b0efdae
commit 08d14689f2
1 changed files with 3 additions and 2 deletions

View File

@ -104,8 +104,9 @@ script:
- cargo check - cargo check
- cargo test --all-features --release - cargo test --all-features --release
- cargo doc --all-features --release - cargo doc --all-features --release
- cd examples/embedded_linux_epd4in2 && cargo check && cd ../../ - cd examples/embedded_linux_epd4in2 && cargo fmt --all -- --check && cargo check && cd ../../
- cd examples/embedded_linux_epd1in54 && cargo check && cd ../../ - cd examples/embedded_linux_epd1in54 && cargo fmt --all -- --check && cargo check && cd ../../
- cd examples/embedded_linux_epd2in9 && cargo fmt --all -- --check && cargo check && cd ../../
# - cd examples/stm32f3discovery && cargo check --target thumbv7m-none-eabi && cd ../../ # - cd examples/stm32f3discovery && cargo check --target thumbv7m-none-eabi && cd ../../
#- cd ../f3_stm32f30x && cargo build #- cd ../f3_stm32f30x && cargo build