ant-http/.drone.yml
2021-01-27 00:44:48 +01:00

20 lines
249 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=/usr
- make
trigger:
branch:
- master