added drone ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-09-08 20:19:28 +02:00
parent f584eef9b7
commit 142577aa9b
2 changed files with 11 additions and 3 deletions

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
kind: pipeline
name: default
steps:
- name: package
image: maven
commands:
- mvn clean package