chore: add drone-ci-tests and docker build #1

Merged
polpetta merged 15 commits from drone-ci-tests into devel 2023-03-27 17:16:30 +02:00
Showing only changes of commit 3b781c421c - Show all commits

@ -6,4 +6,10 @@ steps:
- name: Build
image: eclipse-temurin:17-jdk
commands:
- ./mvnw package -B -DskipTests=true
- ./mvnw package -B -DskipTests=true
- name: Tests
image: quay.io/testcontainers/dind-drone-plugin
build_image: eclipse-temurin:17-jdk
cmd: ./mvnw test
prefetch_images:
- "postgres:13-alpine"