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 11e3321220 - Show all commits

View File

@ -19,12 +19,16 @@ steps:
image: eclipse-temurin:17-jdk
commands:
- ./mvnw package -B -DskipTests=true
depends_on:
- UT & IT Tests
- name: Docker image
image: thegeeklab/drone-docker-buildx:23
privileged: true
settings:
pull_image: true
dry_run: true
depends_on:
- UT & IT Tests
# Specify docker:dind as a service
services: