Enable DroneCI support
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bea 2022-05-31 23:59:20 +02:00
parent 6c55bd3e6e
commit 452471c665
1 changed files with 9 additions and 0 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: build
image: maven:3-eclipse-temurin-17
commands:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- mvn test -B