Update '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
vulpine 2020-12-12 20:54:16 +00:00
parent 08235c3319
commit 114e2c7e5b
1 changed files with 6 additions and 0 deletions

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