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
steps:
- name: greeting
- name: alpine-build
image: alpine
commands:
- apk add libtool sqlite-dev musl-dev ctags make autoconf
- echo hello
- echo world
- echo honk honk honk > download.txt
- whoami
- ./autogen.sh
- ./configure
- make
- make install