drone ci time?

This commit is contained in:
vulpine 2020-12-12 18:10:02 +00:00
parent b860ad5ffa
commit a864b0ab79
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: default
steps:
- name: alpine-build
image: alpine
commands:
- apk add libtool sqlite-dev musl-dev ctags make autoconf
- ./autogen.sh
- ./configure
- make
- make install