Add Woodpeck CI config #5

Merged
kemitix merged 3 commits from f3-woodpecker-ci into main 2024-03-09 22:28:28 +00:00

20
.woodpecker.yml Normal file
View file

@ -0,0 +1,20 @@
steps:
build:
when:
- event: cron
- event: push
branch: main
- event: pull_request
image: docker.io/rust:1.52.1
commands:
- apt-get install libssl-dev
- cargo build
test:
when:
- event: cron
- event: push
branch: main
- event: pull_request
image: docker.io/rust:1.52.1
commands:
- cargo test