diff --git a/.drone.yml b/.drone.yml index b8486b85..9f9ed1f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,16 +7,8 @@ steps: image: alpine 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 \ No newline at end of file + - make install +