1
0
mirror of https://github.com/lxsang/antd-tunnel-plugin synced 2024-07-03 13:49:48 +02:00

Update .drone.yml

This commit is contained in:
Xuan Sang LE 2021-03-19 10:55:12 +01:00 committed by GitHub
parent 61f4dec7f3
commit 0a0cd8c19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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-plugin.git - git clone ssh://git@iohub.dev:2222/lxsang/antd-tunnel-plugin.git
- cd ./antd-tunnel-plugin && git checkout master - cd ./antd-tunnel-plugin && 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/plugins
- make - make
- make install - make install
trigger: trigger: