blob: 1f688a3e315552623387b09f32dfe431e099fbf1 [file] [log] [blame]
language: rust
rust:
- nightly-2018-04-12
os:
- linux
cache: rust
install:
- rustup target add thumbv7em-none-eabi
- rustup component add rustfmt-preview
script:
- rustfmt --check src/lib.rs
- rustfmt --check examples/*.rs
- cargo test --lib
- ./build_examples.sh