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

29 lines
486 B
YAML
Raw Permalink Normal View History

2021-01-27 01:04:15 +01:00
---
kind: pipeline
type: exec
name: default
platform:
os: linux
2021-03-19 10:43:13 +01:00
arch: amd64
2021-01-27 19:55:31 +01:00
clone:
disable: true
2021-01-27 01:04:15 +01:00
steps:
2021-01-27 19:54:22 +01:00
- name: clone
commands:
- pwd
2021-03-19 10:43:13 +01:00
- git clone ssh://git@iohub.dev:2222/lxsang/antd-lua-plugin.git
2021-01-27 19:54:22 +01:00
- cd ./antd-lua-plugin && git checkout master
2021-01-27 01:04:15 +01:00
- name: build
commands:
2021-01-27 19:54:22 +01:00
- cd ./antd-lua-plugin
2021-01-27 01:04:15 +01:00
- libtoolize
- aclocal
- autoconf
- automake --add-missing
2021-03-19 10:43:13 +01:00
- ./configure --prefix=/opt/cloud/artifacts/plugins
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