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