Signed-off-by: Daniel Egger <daniel@eggers-club.de>
@ -0,0 +1,14 @@
language: rust
rust:
- stable
- nightly
cache: cargo
env:
- MCU=stm32f042
matrix:
allow_failures:
- rust: nightly
fast_finish: true
script:
- rustup target add thumbv6m-none-eabi
- cargo build --features=$MCU