添加 '.drone.yaml'

This commit is contained in:
浅枫沐雪 2021-07-31 00:41:34 +08:00
parent 28e7e8d97c
commit c94bee58ae

10
.drone.yaml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: mx-community
steps:
- name: build
image: maven:3-jdk-8
pull: if-not-exists
commands:
- mvn clean package
- ls -h