testing hack for artifacts APK

This commit is contained in:
Xphnx 2016-05-27 11:51:51 +00:00
parent 7de032ba0a
commit 7f23158caa
1 changed files with 5 additions and 1 deletions

View File

@ -19,9 +19,13 @@ build:
- ./gradlew assemble lint
artifacts:
paths:
- app/build/outputs/
name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
paths:
- app/*.apk
# from http://blog.goddchen.de/2016/04/configuration-for-gitlab-ci-android-projects/
# artifacts:
# - app/build/outputs/
#
# maybe this hack only downloads APKs if needed (from https://stackoverflow.com/questions/36270413/add-apk-to-zip-gitlab-ci-artifacts-gitlab-ci-yml-configuration)
## artifacts: