Add Drone CI configuration
This commit is contained in:
parent
8631a43ed8
commit
4de8f3f073
16
.drone.yml
Normal file
16
.drone.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user