Add Drone CI configuration

This commit is contained in:
Stefan Kalscheuer 2018-08-03 19:22:55 +02:00
parent 8631a43ed8
commit 4de8f3f073

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
clone:
git:
image: plugins/git
depth: 1
skip_verify: true
pipeline:
test:
image: ${MVN_IMAGE}
commands:
- mvn clean test
matrix:
MVN_IMAGE:
- maven:3.5-jdk-8-alpine
- maven:3.5-jdk-10-slim