add drone CI config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-08-15 07:34:20 +03:00
parent 18465ada30
commit 874a10539f

17
.drone.yml Normal file
View File

@@ -0,0 +1,17 @@
kind: pipeline
name: default
steps:
- name: install
image: maven:3.6.1-jdk-8-slim
volumes:
- name: mvnrepo
path: /root/.m2
commands:
- mvn install
volumes:
- name: mvnrepo
host:
path: /media/data/storage/.m2