Compare commits

...

2 Commits

Author SHA1 Message Date
71716710af Update Drone configuration
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-01 18:12:32 +02:00
635b44a126 Update Drone configuration 2022-06-01 18:12:11 +02:00

View File

@ -1,12 +1,13 @@
kind: pipeline
name: default
trigger:
branch:
- main
steps:
- name: build
image: maven:3-eclipse-temurin-17
commands:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- mvn test -B
when:
branch:
- main