drone-playground/.drone.yml

12 lines
158 B
YAML

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