Merge branch 'improve-ci' of gitnex/GitNex into master

This commit is contained in:
6543 2019-10-14 10:02:31 +00:00 committed by Gitea
commit 7fe376fa44
1 changed files with 14 additions and 5 deletions

View File

@ -1,5 +1,6 @@
---
kind: pipeline
name: gitnex-ci
name: gitnex-ci-test
steps:
@ -8,15 +9,23 @@ steps:
commands:
- ./gradlew test
trigger:
event:
- pull_request
---
kind: pipeline
name: gitnex-ci-build
steps:
- name: build
image: nextcloudci/android:android-49
commands:
- ./gradlew build
when:
branch:
- master
trigger:
event:
- push
- pull_request
branch:
- master