add drone
continuous-integration/drone Build was killed Details

This commit is contained in:
Alexander 2023-08-16 11:43:54 +00:00
parent ee054c6fc6
commit 2b98f8afcc
1 changed files with 12 additions and 0 deletions

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
---
kind: pipeline
type: kubernetes
name: default
steps:
- name: test
image: maven:3-jdk-11
commands:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- mvn test -B