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 076b3b9458 - Show all commits

View file

@ -5,7 +5,7 @@ steps:
- event: push
branch: main
- event: pull_request
image: docker.io/rust:latest
image: docker.io/rust:1.52.1
commands:
- apt-get install libssl-dev
- cargo build
@ -15,6 +15,6 @@ steps:
- event: push
branch: main
- event: pull_request
image: docker.io/rust:latest
image: docker.io/rust:1.52.1
commands:
- cargo test