Buildkite generate release APK (unsigned)

This commit is contained in:
Benoit Marty 2019-05-02 16:43:42 +02:00
parent 41337d0ca4
commit 7dce8c29bc
1 changed files with 14 additions and 0 deletions

View File

@ -21,6 +21,20 @@ steps:
- docker#v3.1.0: - docker#v3.1.0:
image: "runmymind/docker-android-sdk" image: "runmymind/docker-android-sdk"
- label: "Build Google Play unsigned APK"
agents:
# We use a medium sized instance instead of the normal small ones because
# gradle build is long
queue: "medium"
commands:
- "./gradlew clean assembleGplayRelease --stacktrace"
artifact_paths:
- "vector/build/outputs/apk/gplay/release/*.apk"
branches: "master"
plugins:
- docker#v3.1.0:
image: "runmymind/docker-android-sdk"
# Code quality # Code quality
- label: "Code quality" - label: "Code quality"