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

This commit is contained in:
Christian Basler 2021-12-08 10:39:25 +01:00
parent 64ee41aee8
commit d5d3640991
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