Hendrik Langer
5 years ago
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
kind: pipeline |
||||
|
type: docker |
||||
|
name: default |
||||
|
|
||||
|
steps: |
||||
|
- name: build |
||||
|
image: nextcloudci/android:android-49 |
||||
|
commands: |
||||
|
- chmod +x ./gradlew |
||||
|
- ./gradlew assembleGeneric --no-daemon |
Loading…
Reference in new issue