1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-02-23 19:22: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 name: default
platform: platform:
os: linux os: linux
arch: arm64 arch: amd64
clone: clone:
disable: true disable: true
steps: steps:
- name: clone - name: clone
commands: commands:
- pwd - 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 - cd ./antd-lua-plugin && git checkout master
- name: build - name: build
commands: commands:
@ -20,7 +20,7 @@ steps:
- aclocal - aclocal
- autoconf - autoconf
- automake --add-missing - automake --add-missing
- ./configure --prefix=/opt/cloud/cuser - ./configure --prefix=/opt/cloud/artifacts/plugins
- make - make
- make install - make install
trigger: trigger: