From c94bee58aed6b598ea78ee59ec184f5c193cbaf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=85=E6=9E=AB=E6=B2=90=E9=9B=AA?= <1125438556@qq.com> Date: Sat, 31 Jul 2021 00:41:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'.drone.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yaml diff --git a/.drone.yaml b/.drone.yaml new file mode 100644 index 0000000..dbacf3d --- /dev/null +++ b/.drone.yaml @@ -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 \ No newline at end of file