Add woodpecker ci config

This commit is contained in:
Paul Campbell 2023-03-24 08:17:22 +00:00
parent ace6a0faf9
commit 2c1e173641

9
.woodpecker.yml Normal file
View file

@ -0,0 +1,9 @@
pipeline:
build:
image: rust
commands:
- cargo --version
- cargo fmt --check
- cargo build
- cargo test
- ./test.sh