Add Woodpeck CI config #5

Merged
kemitix merged 3 commits from f3-woodpecker-ci into main 2024-03-09 22:28:28 +00:00
Showing only changes of commit b978bd2061 - Show all commits

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