Skip to content

Commit 3d34002

Browse files
committed
🎉 add .drone.yaml
1 parent 5bd66ef commit 3d34002

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.drone.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
kind: pipeline
2+
type: docker
3+
name: CI
4+
5+
steps:
6+
- name: test
7+
image: maven:3-jdk-8
8+
commands:
9+
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
10+
- mvn test -B

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<artifactId>maven-surefire-plugin</artifactId>
5454
<version>2.22.0</version>
5555
</plugin>
56+
5657
</plugins>
5758
</build>
5859
</project>

0 commit comments

Comments
 (0)