Added CI
This commit is contained in:
parent
e0dd01ad17
commit
5935541ab2
1 changed files with 8 additions and 0 deletions
8
.woodpecker.yml
Normal file
8
.woodpecker.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: rust
|
||||
commands:
|
||||
- rustup override set nightly
|
||||
- rustup target add thumbv7m-none-eabi
|
||||
- cargo install flip-link
|
||||
- cargo build --release
|
Loading…
Add table
Add a link
Reference in a new issue