test and build in one step
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jannik 2020-08-30 18:27:24 +02:00
parent d803d4dae1
commit 95ce9e14bd
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 2 additions and 8 deletions

View File

@ -2,13 +2,7 @@ kind: pipeline
name: default
steps:
- name: test
- name: build
image: nextcloudci/android10:android-56
commands:
- ./gradlew test
- name: assembleRelease
image: nextcloudci/android10:android-56
commands:
- ./gradlew assembleRelease
- ./gradlew build