From 3d3400289234965e29dba4d06e3ea08ef8ae7e4e Mon Sep 17 00:00:00 2001 From: johnny850807 Date: Sat, 21 Nov 2020 21:25:52 +0800 Subject: [PATCH] :tada: add .drone.yaml --- .drone.yaml | 10 ++++++++++ pom.xml | 1 + 2 files changed, 11 insertions(+) create mode 100644 .drone.yaml diff --git a/.drone.yaml b/.drone.yaml new file mode 100644 index 0000000..16dc837 --- /dev/null +++ b/.drone.yaml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: CI + +steps: + - name: test + image: maven:3-jdk-8 + commands: + - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V + - mvn test -B \ No newline at end of file diff --git a/pom.xml b/pom.xml index c545f87..be0c2cd 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,7 @@ maven-surefire-plugin 2.22.0 + \ No newline at end of file