1
0
mirror of https://codeberg.org/gitnex/GitNex synced 2024-12-27 19:12:37 +01:00
GitNex-Android-App/.drone.yml
6543 39d1007423 Drone Rename Pipeline
Rename Pipeline -> it does not loon nice and does not make sense
2019-10-11 18:02:40 +00:00

23 lines
321 B
YAML

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