1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-02-23 11:12:48 +01:00

Merge branch 'master' of github.com:lxsang/antd-lua-plugin

This commit is contained in:
lxsang 2021-03-24 18:31:41 +01:00
commit 8a2cf714df

View File

@ -4,14 +4,14 @@ type: exec
name: default
platform:
os: linux
arch: arm64
arch: amd64
clone:
disable: true
steps:
- name: clone
commands:
- pwd
- git clone git@iohub.dev:lxsang/antd-lua-plugin.git
- git clone ssh://git@iohub.dev:2222/lxsang/antd-lua-plugin.git
- cd ./antd-lua-plugin && git checkout master
- name: build
commands:
@ -20,7 +20,7 @@ steps:
- aclocal
- autoconf
- automake --add-missing
- ./configure --prefix=/opt/cloud/cuser
- ./configure --prefix=/opt/cloud/artifacts/plugins
- make
- make install
trigger: