mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
Create .drone.yml
This commit is contained in:
parent
4d62cee7af
commit
6addbc88ca
22
.drone.yml
Normal file
22
.drone.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
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-web-apps.git
|
||||||
|
- cd ./antd-web-apps && git checkout master
|
||||||
|
- name: build
|
||||||
|
commands:
|
||||||
|
- cd ./antd-web-apps
|
||||||
|
- BUILDDIR=/opt/cloud/cuser/wapps make
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
Loading…
Reference in New Issue
Block a user