feat: init woodpecker CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
1519ed69ca
commit
0fc323f707
1 changed files with 6 additions and 0 deletions
6
.woodpecker.yml
Normal file
6
.woodpecker.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
steps:
|
||||||
|
build:
|
||||||
|
image: rust
|
||||||
|
commands:
|
||||||
|
- make test
|
||||||
|
- make build-rust
|
Loading…
Reference in a new issue