drone-playground/.drone.yml

12 lines
158 B
YAML
Raw Normal View History

2020-12-12 17:38:49 +00:00
kind: pipeline
type: docker
name: default
steps:
2020-12-12 18:02:55 +00:00
- name: alpine-build
2020-12-12 17:38:49 +00:00
image: alpine
commands:
2020-12-12 20:46:22 +00:00
- apk add musl-dev ctags make autoconf
- ./install.sh
2020-12-12 17:38:49 +00:00