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 85ca1554b1 - Show all commits

View File

@ -26,6 +26,7 @@ steps:
- ./mvnw package -B -DskipTests=true
depends_on:
- UT & IT Tests
- Static checks
- name: Docker image
image: thegeeklab/drone-docker-buildx:23
privileged: true
@ -34,6 +35,7 @@ steps:
dry_run: true
depends_on:
- UT & IT Tests
- Static checks
# Specify docker:dind as a service
services: