Add Drone CI Config

* testing
       - test
       - build
This commit is contained in:
6543 2019-10-10 03:29:35 +02:00
parent 9cab502e84
commit 88a8303b1c
No known key found for this signature in database
GPG Key ID: A1CA74D27FD13271
1 changed files with 22 additions and 0 deletions

22
.drone.yml Normal file
View File

@ -0,0 +1,22 @@
kind: pipeline
name: testing
steps:
- name: test
image: nextcloudci/android:android-49
commands:
- ./gradlew test
- name: build
image: nextcloudci/android:android-49
commands:
- ./gradlew build
when:
branch:
- master
trigger:
event:
- push
- pull_request