blob: 69d3a3740cc9c02d8cb7847a6e8f23b2c94c9802 [file]
branches:
only:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
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