Add .drone.yml build file
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Fabian Becker 2021-12-30 10:01:39 +01:00
parent a166d122d0
commit 62effb355e

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
kind: pipeline
type: kubernetes
name: default
steps:
- name: test
image: gradle:jdk10
commands:
- gradle assemble
- gradle check
- gradle test --info