1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-03 13:39:46 +02:00
ant-http/.drone.yml
2021-01-27 08:52:47 +01:00

21 lines
278 B
YAML

---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: arm64
steps:
- name: build
commands:
- libtoolize
- aclocal
- autoconf
- automake --add-missing
- ./configure --prefix=/opt/cloud/cuser
- make
- make install
trigger:
branch:
- master