Initial commit: Hello world with basic woodpecker build pipeline

This commit is contained in:
Laurens Miers 2025-05-23 10:19:41 +02:00
commit 1dd1c773b0
6 changed files with 31 additions and 0 deletions

9
.woodpecker/build.yaml Normal file
View file

@ -0,0 +1,9 @@
when:
- event: push
branch: main
steps:
- name: build
image: rust
commands:
- cargo build