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

Create .drone.yml

This commit is contained in:
Xuan Sang LE 2021-01-27 00:40:51 +01:00 committed by GitHub
parent be71a6d146
commit eec7fefb3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
---
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