rework pipeline

This commit is contained in:
Luca Bilke 2023-11-22 14:18:38 +01:00
commit fa87f28e17

View file

@ -1,10 +1,10 @@
when:
event: tag
steps: steps:
build: build:
image: alpine image: alpine
when:
branch: [ main ]
commands: | 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 make
publish: publish: