Add .drone.yml
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Christian Basler 2021-12-08 14:41:36 +01:00
parent 0405d9e04f
commit 6b8066d473
1 changed files with 9 additions and 0 deletions

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