Added CI file

This commit is contained in:
Sebastian 2022-01-18 20:25:12 +01:00
parent 7ad549a6c9
commit a2f8e1ac8c
1 changed files with 7 additions and 0 deletions

7
.woodpecker.yml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
build:
image: rust
commands:
- rustup target add thumbv7m-none-eabi
- cargo install flip-link
- cargo build