diff --git a/.drone.yml b/.drone.yml index 527d9ae3..8156a76b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file