1
0
mirror of https://codeberg.org/gitnex/GitNex synced 2024-12-28 11:31:09 +01:00
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