From cde24d77f448a5200043187d619509da89e7f470 Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Wed, 25 Mar 2020 22:19:34 +0100 Subject: [PATCH] add drone ci config --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f94d2e9 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: default + +steps: +- name: build + image: nextcloudci/android:android-49 + commands: + - chmod +x ./gradlew + - ./gradlew assembleGeneric --no-daemon