Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
vulpine 2020-12-12 20:54:16 +00:00
parent 08235c3319
commit 114e2c7e5b

View File

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