1
0
mirror of https://codeberg.org/gitnex/GitNex synced 2024-12-29 03:50:42 +01:00
GitNex-Android-App/.drone.yml
6543 88a8303b1c
Add Drone CI Config
* testing
       - test
       - build
2019-10-10 03:29:35 +02:00

23 lines
319 B
YAML

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