CI: .woodpecker.yml
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
b7939821a9
commit
e9becda2b0
1 changed files with 13 additions and 0 deletions
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
|
||||
pipeline:
|
||||
lint:
|
||||
image: rust:latest
|
||||
commands:
|
||||
- cargo fmt --check
|
||||
test:
|
||||
image: rust:latest
|
||||
commands:
|
||||
- apk add --no-cache musl-dev
|
||||
- cargo clippy -- -Dwarnings
|
||||
- RUST_BACKTRACE=1 cargo test
|
Loading…
Reference in a new issue