mirror of
https://github.com/lxsang/ant-http
synced 2024-11-17 17:08:20 +01:00
Create .drone.yml
This commit is contained in:
parent
be71a6d146
commit
eec7fefb3e
20
.drone.yml
Normal file
20
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user