From c274e6c3168cac2ff9ce266dd1937c3e21d7f164 Mon Sep 17 00:00:00 2001 From: norangebit Date: Sun, 7 Apr 2019 18:29:42 +0200 Subject: [PATCH] add drone file --- .drone.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .drone.yaml diff --git a/.drone.yaml b/.drone.yaml new file mode 100644 index 0000000..de501f9 --- /dev/null +++ b/.drone.yaml @@ -0,0 +1,6 @@ +build: + image: java:openjdk-8 + environment: + - GRADLE_USER_HOME=~/.gradle + commands: + - ./gradlew test