Update Drone configuration
This commit is contained in:
parent
4c66cf42fe
commit
635b44a126
@ -1,12 +1,13 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
||||
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
|
Loading…
Reference in New Issue
Block a user