Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
vulpine 2020-12-12 20:55:09 +00:00
parent 114e2c7e5b
commit a09d2016e5
1 changed files with 3 additions and 0 deletions

View File

@ -8,12 +8,15 @@ steps:
commands:
- apk add libtool sqlite-dev musl-dev ctags make autoconf automake gcc byacc flex
- name: configure
image: alpine
commands:
- ./autogen.sh
- ./configure
- name: make
image: alpine
commands:
- make
- name: install
image: alpine
commands:
- make install