You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
stm32f0xx-hal/.travis.yml

15 lines
225 B
YAML

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