mirror of
https://github.com/lxsang/ant-http
synced 2024-11-17 17:08:20 +01:00
Update .drone.yml
This commit is contained in:
parent
49ac8cb18b
commit
50a2d40213
@ -5,9 +5,17 @@ name: default
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
clone:
|
||||
disable: true
|
||||
steps:
|
||||
- name: clone
|
||||
commands:
|
||||
- pwd
|
||||
- git clone git@iohub.dev:lxsang/ant-http.git
|
||||
- cd ./ant-http && git checkout master
|
||||
- name: build
|
||||
commands:
|
||||
- cd ./ant-http
|
||||
- libtoolize
|
||||
- aclocal
|
||||
- autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user