add ci pipeline

This commit is contained in:
2025-11-05 20:55:10 +01:00
parent 5c29ef69e0
commit 13cca6642b

16
.woodpecker/build.yaml Normal file
View File

@@ -0,0 +1,16 @@
matrix:
platform:
- linux/amd64
labels:
platform: ${platform}
steps:
build:
when:
event: [push]
image: alpine:latest
commands:
- apk add --no-cache make bash binutils gcc
- make