mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2025-07-24 17:59:48 +02:00
Create .drone.yml
This commit is contained in:
19
.drone.yml
Normal file
19
.drone.yml
Normal 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
|
Reference in New Issue
Block a user