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 877fc196af
6 changed files with 33 additions and 0 deletions

9
.woodpecker/build.yaml Normal file
View file

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