rotor-control/.woodpecker.yml
2022-08-27 22:39:32 +02:00

9 lines
200 B
YAML

pipeline:
build:
image: rust
commands:
- rustup override set nightly
- rustup target add thumbv7m-none-eabi
- cargo install flip-link
- cargo build --release