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

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