Add a CI file

This commit is contained in:
2023-04-07 16:43:43 +02:00
parent 662927748a
commit efb5ee9bf6
2 changed files with 11 additions and 2 deletions

9
.drone.yml Normal file
View File

@@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: maven
image: 3-eclipse-temurin-17-alpine
commands:
- mvn test