rework pipeline

This commit is contained in:
Luca Bilke 2023-11-22 14:18:38 +01:00
parent 8809d4b174
commit fa87f28e17
1 changed files with 3 additions and 3 deletions

View File

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