1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +02:00
ant-http/.drone.yml

29 lines
442 B
YAML
Raw Permalink Normal View History

2021-01-27 00:40:51 +01:00
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: arm64
2021-01-27 19:58:14 +01:00
clone:
disable: true
2021-01-27 00:40:51 +01:00
steps:
2021-01-27 19:58:14 +01:00
- name: clone
commands:
- pwd
- git clone git@iohub.dev:lxsang/ant-http.git
- cd ./ant-http && git checkout master
2021-01-27 00:40:51 +01:00
- name: build
commands:
2021-01-27 19:58:14 +01:00
- cd ./ant-http
2021-01-27 00:40:51 +01:00
- libtoolize
- aclocal
- autoconf
- automake --add-missing
2021-01-27 08:52:47 +01:00
- ./configure --prefix=/opt/cloud/cuser
2021-01-27 00:40:51 +01:00
- make
2021-01-27 08:52:47 +01:00
- make install
2021-01-27 00:40:51 +01:00
trigger:
branch:
- master