Create .drone.yml

This commit is contained in:
Xuan Sang LE 2021-01-28 08:56:57 +01:00 committed by GitHub
parent 5d551d8a23
commit ebffa3b3bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
.drone.yml Normal file
View File

@ -0,0 +1,28 @@
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: arm64
clone:
disable: true
steps:
- name: clone
commands:
- pwd
- git clone git@iohub.dev:lxsang/antd-tunnel-publishers.git
- cd ./antd-tunnel-publishers && git checkout master
- name: build
commands:
- cd ./antd-tunnel-publishers
- libtoolize
- aclocal
- autoconf
- automake --add-missing
- ./configure --prefix=/opt/cloud/cuser
- make
- make install
trigger:
branch:
- master