rework pipeline
This commit is contained in:
parent
8809d4b174
commit
fa87f28e17
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue