1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 01:18:22 +01:00

Create .drone.yml

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

19
.drone.yml Normal file
View File

@ -0,0 +1,19 @@
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: arm64
steps:
- name: build
commands:
- libtoolize
- aclocal
- autoconf
- automake --add-missing
- ./configure --prefix=/opt/www
- make
trigger:
branch:
- master