add drone file

This commit is contained in:
Raffaele Mignone 2019-04-07 18:29:42 +02:00
parent 953c8fd239
commit c274e6c316
Signed by: norangebit
GPG Key ID: F5255658CB220573
1 changed files with 6 additions and 0 deletions

6
.drone.yaml Normal file
View File

@ -0,0 +1,6 @@
build:
image: java:openjdk-8
environment:
- GRADLE_USER_HOME=~/.gradle
commands:
- ./gradlew test