mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-26 16:04:07 +08:00
Add Drone CI Config
* testing - test - build
This commit is contained in:
parent
9cab502e84
commit
88a8303b1c
22
.drone.yml
Normal file
22
.drone.yml
Normal file
@ -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
Block a user