kind: pipeline type: docker name: default steps: - name: alpine-build image: alpine commands: - apk add musl-dev ctags make autoconf - ./install.sh