GitNex-Android-App/.drone.yml

23 lines
321 B
YAML
Raw Normal View History

kind: pipeline
name: gitnex-ci
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