Add woodpecker ci config #3
1 changed files with 9 additions and 0 deletions
9
.woodpecker.yml
Normal file
9
.woodpecker.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: rust
|
||||||
|
commands:
|
||||||
|
- cargo --version
|
||||||
|
- cargo fmt --check
|
||||||
|
- cargo build
|
||||||
|
- cargo test
|
||||||
|
- ./test.sh
|
Loading…
Reference in a new issue