rotor-control-stm32/.woodpecker.yml

9 lines
200 B
YAML
Raw Normal View History

2022-08-27 22:29:47 +02:00
pipeline:
build:
image: rust
commands:
- rustup override set nightly
- rustup target add thumbv7m-none-eabi
- cargo install flip-link
- cargo build --release