mirror of
https://github.com/lxsang/antd-cgi-plugin
synced 2024-12-26 01:58:22 +01:00
Create .drone.yml
This commit is contained in:
parent
a80a6af002
commit
516ec72597
28
.drone.yml
Normal file
28
.drone.yml
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
clone:
|
||||
disable: true
|
||||
steps:
|
||||
- name: clone
|
||||
commands:
|
||||
- pwd
|
||||
- git clone git@iohub.dev:lxsang/antd-cgi-plugin.git
|
||||
- cd ./antd-cgi-plugin && git checkout master
|
||||
- name: build
|
||||
commands:
|
||||
- cd ./antd-cgi-plugin
|
||||
- libtoolize
|
||||
- aclocal
|
||||
- autoconf
|
||||
- automake --add-missing
|
||||
- ./configure --prefix=/opt/cloud/cuser
|
||||
- make
|
||||
- make install
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
Loading…
Reference in New Issue
Block a user