From 3ddaff26eb80b7d63e4744fc1bb9a4a61f546c4b Mon Sep 17 00:00:00 2001 From: owen Date: Sat, 12 Dec 2020 20:59:42 +0000 Subject: [PATCH] restore working drone.yml --- .drone.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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 +