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