Add Woodpeck CI config
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
Paul Campbell 2024-03-09 20:56:16 +00:00
parent 796a34a34c
commit b978bd2061

19
.woodpecker.yml Normal file
View file

@ -0,0 +1,19 @@
steps:
build:
when:
- event: cron
- event: push
branch: main
- event: pull_request
image: docker.io/rust:latest
commands:
- cargo build
test:
when:
- event: cron
- event: push
branch: main
- event: pull_request
image: docker.io/rust:latest
commands:
- cargo test