add Drone CI #120

Manually merged
mmarif merged 1 commits from add-drone-ci into master 2019-10-10 07:49:14 +00:00

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