mirror of
https://github.com/lxsang/antd-tunnel-publishers
synced 2024-11-14 17:18:21 +01:00
Update .drone.yml
This commit is contained in:
parent
ebffa3b3bc
commit
3012bdecf0
@ -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-tunnel-publishers.git
|
||||
- git clone ssh://git@iohub.dev:2222/lxsang/antd-tunnel-publishers.git
|
||||
- cd ./antd-tunnel-publishers && 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/runners
|
||||
- make
|
||||
- make install
|
||||
trigger:
|
||||
|
Loading…
Reference in New Issue
Block a user