2019-10-13 08:46:52 +08:00
|
|
|
---
|
2019-10-10 09:29:35 +08:00
|
|
|
kind: pipeline
|
2019-10-14 17:06:46 +08:00
|
|
|
name: gitnex-ci-test
|
2019-10-10 09:29:35 +08:00
|
|
|
|
|
|
|
steps:
|
|
|
|
|
|
|
|
- name: test
|
|
|
|
image: nextcloudci/android:android-49
|
|
|
|
commands:
|
|
|
|
- ./gradlew test
|
|
|
|
|
2019-10-13 08:46:52 +08:00
|
|
|
trigger:
|
|
|
|
event:
|
|
|
|
- pull_request
|
|
|
|
|
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
name: gitnex-ci-build
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
2019-10-10 09:29:35 +08:00
|
|
|
- name: build
|
|
|
|
image: nextcloudci/android:android-49
|
|
|
|
commands:
|
|
|
|
- ./gradlew build
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
event:
|
|
|
|
- push
|
2019-10-14 17:27:04 +08:00
|
|
|
branch:
|
|
|
|
- master
|