drone.yml 构建

This commit is contained in:
LingZhaoHui 2020-11-22 15:35:31 +08:00
parent 6c14c1c169
commit 8431c81930

21
.drone.yml Normal file
View File

@ -0,0 +1,21 @@
# drone 本地构建
kind: pipeline
type: docker
name: redis
platform:
arch: arm64
# drone构建步骤
steps:
# 1.maven打包
- name: c make
pull: if-not-exists
image: gcc
commands:
- make
# drone执行触发器
trigger:
branch:
- master