mirror of
https://github.com/lxsang/antd-tunnel-publishers
synced 2024-11-15 01:28:20 +01:00
Merge branch 'master' of github.com:lxsang/antd-tunnel-publishers
This commit is contained in:
commit
9079dd7e1c
@ -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-tunnel-publishers.git
|
- git clone ssh://git@iohub.dev:2222/lxsang/antd-tunnel-publishers.git
|
||||||
- cd ./antd-tunnel-publishers && git checkout master
|
- cd ./antd-tunnel-publishers && 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/runners
|
||||||
- make
|
- make
|
||||||
- make install
|
- make install
|
||||||
trigger:
|
trigger:
|
||||||
|
Loading…
Reference in New Issue
Block a user