1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 17:38:21 +01:00
antd-lua-plugin/.drone.yml
2021-01-27 08:53:30 +01:00

21 lines
278 B
YAML

---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: arm64
steps:
- name: build
commands:
- libtoolize
- aclocal
- autoconf
- automake --add-missing
- ./configure --prefix=/opt/cloud/cuser
- make
- make install
trigger:
branch:
- master