Add woodpecker ci config #3

Merged
kemitix merged 3 commits from woodpecker-ci into main 2023-03-24 09:41:50 +00:00
Showing only changes of commit 2c1e173641 - Show all commits

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