Update Drone configuration

This commit is contained in:
Bea 2022-06-01 18:12:11 +02:00
parent 4c66cf42fe
commit 635b44a126

View File

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