Drone yml config
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Jaime Freire
2023-11-25 16:06:17 +01:00
parent c0d8cc348c
commit 69df16da96

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: maven:3-jdk-10
commands:
- mvn install -B -V
- mvn test -B