blob: 651ad977fb901c88312a1e763945ba6e8316f406 [file] [log] [blame]
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: cargo
install:
- rustup target add thumbv7em-none-eabi
- rustup target add riscv32imc-unknown-none-elf
- rustup component add rustfmt
- rustup component add clippy
script:
- ./run_all_checks.sh