mirror of https://codeberg.org/gitnex/GitNex.git
Merge branch 'add-drone-ci' of gitnex/GitNex into master
This commit is contained in:
commit
9e2921697b
|
@ -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
|
Loading…
Reference in New Issue