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:
commit
8a2cf714df
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user