1
0
mirror of https://github.com/lxsang/antd-tunnel-plugin synced 2024-07-06 06:59:46 +02:00
antd-tunnel-plugin/.drone.yml

29 lines
490 B
YAML
Raw Normal View History

2021-01-27 20:40:51 +01:00
---
kind: pipeline
type: exec
name: default
platform:
os: linux
2021-03-19 10:55:12 +01:00
arch: amd64
2021-01-27 20:40:51 +01:00
clone:
disable: true
steps:
- name: clone
commands:
- pwd
2021-10-04 22:16:35 +02:00
- git clone ssh://git@iohub.dev/lxsang/antd-tunnel-plugin.git
2021-01-27 20:40:51 +01:00
- cd ./antd-tunnel-plugin && git checkout master
- name: build
commands:
- cd ./antd-tunnel-plugin
- libtoolize
- aclocal
- autoconf
- automake --add-missing
2021-03-19 10:55:12 +01:00
- ./configure --prefix=/opt/cloud/artifacts/plugins
2021-01-27 20:40:51 +01:00
- make
- make install
trigger:
branch:
- master