Add drone file
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Raffaele Mignone 2020-06-25 11:43:45 +02:00
parent 1dde65920f
commit 7b31015c3b
Signed by: norangebit
GPG Key ID: F5255658CB220573
1 changed files with 16 additions and 0 deletions

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
kind: pipeline
name: default
steps:
- name: test
image: java:openjdk-8
volumes:
- name: gradle
path: /root/.gradle
commands:
- ./gradlew check
volumes:
- name: gradle
host:
path: /home/drone/.gradle