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

21 lines
278 B
YAML
Raw Normal View History

2021-01-27 01:04:15 +01:00
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: arm64
steps:
- name: build
commands:
- libtoolize
- aclocal
- autoconf
- automake --add-missing
2021-01-27 08:53:30 +01:00
- ./configure --prefix=/opt/cloud/cuser
2021-01-27 01:04:15 +01:00
- make
2021-01-27 08:53:30 +01:00
- make install
2021-01-27 01:04:15 +01:00
trigger:
branch:
- master