1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00
antd-web-apps/.drone.yml

23 lines
356 B
YAML
Raw Normal View History

2021-01-29 21:55:49 +01:00
---
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
2021-01-31 19:43:04 +01:00
- BUILDDIR=/opt/www/htdocs make
2021-01-29 21:55:49 +01:00
trigger:
branch:
- master