mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-26 16:04:07 +08:00
Merge branch 'improve-ci' of gitnex/GitNex into master
This commit is contained in:
commit
7fe376fa44
19
.drone.yml
19
.drone.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user