add pipeline

try again

try again
This commit is contained in:
Luca Bilke 2023-11-22 11:52:55 +01:00
parent 2a6758bed4
commit 77aed1072b
1 changed files with 8 additions and 0 deletions

8
.woodpecker.yml Normal file
View File

@ -0,0 +1,8 @@
steps:
build:
image: alpine
when:
branch: [ main ]
commands: |
apk add --no-cache build-base gcc musl-dev xcb-util-dev pkgconfig >/dev/null
make