Added CI
This commit is contained in:
parent
e0dd01ad17
commit
5935541ab2
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…
Reference in a new issue