added drone ci
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jannik 2019-09-07 19:08:08 +02:00
parent 5e220225f6
commit c7182bc095
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 8 additions and 0 deletions

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
kind: pipeline
name: default
steps:
- name: test
image: gradle:jdk8
commands:
- gradle test