paperoni/.woodpecker.yml
Paul Campbell b978bd2061
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
Add Woodpeck CI config
2024-03-09 20:56:16 +00:00

19 lines
355 B
YAML

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