blob: 55492aa05a93c28905dd7ebc2923d5cc97ecde3e [file]
language: rust
rust:
- nightly-2019-11-06
os:
- linux
- osx
cache: rust
install:
- rustup target add thumbv7em-none-eabi
- rustup target add riscv32imc-unknown-none-elf
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check
- cargo test --workspace
- ./build_examples.sh