Compare commits

...

2 Commits

Author SHA1 Message Date
Bea 71716710af Update Drone configuration
continuous-integration/drone/push Build is passing Details
2022-06-01 18:12:32 +02:00
Bea 635b44a126 Update Drone configuration 2022-06-01 18:12:11 +02:00
1 changed files with 4 additions and 3 deletions

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