Add .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-06 16:54:30 +01:00
parent 907a980525
commit 8229d79370

17
.drone.yml Normal file
View File

@@ -0,0 +1,17 @@
kind: pipeline
name: verify
platform:
os: linux
arch: arm64
trigger:
event:
- push
- pull_request
steps:
# test if it compiles correctly
- name: build
image: maven:3-eclipse-temurin-21
commands:
- mvn verify --no-transfer-progress -DskipTests=true -Dmaven.javadoc.skip=true -B -V