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

23 lines
362 B
YAML
Raw Permalink Normal View History

2021-01-29 21:55:49 +01:00
---
kind: pipeline
type: exec
name: default
platform:
os: linux
2021-03-19 11:03:21 +01:00
arch: amd64
2021-01-29 21:55:49 +01:00
clone:
disable: true
steps:
- name: clone
commands:
- pwd
2021-10-04 22:16:55 +02:00
- git clone ssh://git@iohub.dev/lxsang/antd-web-apps.git
2021-01-29 21:55:49 +01:00
- 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