Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
vulpine 2020-12-12 18:02:55 +00:00
parent e7ad460142
commit c1e664fa96
1 changed files with 5 additions and 5 deletions

View File

@ -3,12 +3,12 @@ type: docker
name: default name: default
steps: steps:
- name: greeting - name: alpine-build
image: alpine image: alpine
commands: commands:
- apk add libtool sqlite-dev musl-dev ctags make autoconf - apk add libtool sqlite-dev musl-dev ctags make autoconf
- echo hello - ./autogen.sh
- echo world - ./configure
- echo honk honk honk > download.txt - make
- whoami - make install