Add '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Christian Basler 2021-12-08 10:39:25 +01:00
parent 64ee41aee8
commit d5d3640991

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: adoptopenjdk/openjdk8:alpine
commands:
- ./gradlew assemble
- ./gradlew check