Compare commits

...

1 Commits

Author SHA1 Message Date
Sebastian 516a164570 Added CI file 2022-01-18 20:30:53 +01:00
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