2021-01-28 08:56:57 +01:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: exec
|
|
|
|
name: default
|
|
|
|
platform:
|
|
|
|
os: linux
|
2021-03-19 11:00:36 +01:00
|
|
|
arch: amd64
|
2021-01-28 08:56:57 +01:00
|
|
|
clone:
|
|
|
|
disable: true
|
|
|
|
steps:
|
|
|
|
- name: clone
|
|
|
|
commands:
|
|
|
|
- pwd
|
2021-09-17 17:44:22 +02:00
|
|
|
- git clone ssh://git@iohub.dev/lxsang/antd-tunnel-publishers.git
|
2021-01-28 08:56:57 +01:00
|
|
|
- cd ./antd-tunnel-publishers && git checkout master
|
|
|
|
- name: build
|
|
|
|
commands:
|
|
|
|
- cd ./antd-tunnel-publishers
|
|
|
|
- libtoolize
|
|
|
|
- aclocal
|
|
|
|
- autoconf
|
|
|
|
- automake --add-missing
|
2021-03-19 11:00:36 +01:00
|
|
|
- ./configure --prefix=/opt/cloud/artifacts/runners
|
2021-01-28 08:56:57 +01:00
|
|
|
- make
|
|
|
|
- make install
|
|
|
|
trigger:
|
|
|
|
branch:
|
|
|
|
- master
|