solanum/.drone.yml

15 lines
243 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: alpine-build
image: alpine
commands:
- apk add libtool sqlite-dev musl-dev ctags make autoconf automake gcc byacc flex
- ./autogen.sh
- ./configure
- make
- make install