Fix outputs

This commit is contained in:
Xphnx 2016-06-04 17:24:33 +00:00
parent 28304335e6
commit 8083cd3a75
1 changed files with 3 additions and 12 deletions

View File

@ -18,16 +18,7 @@ build:
script:
- ./gradlew assemble lint
artifacts:
name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
paths:
- app/*.apk
paths:
- app/build/outputs/
# 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:
## name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
## paths:
## - app/*.apk
# from http://blog.goddchen.de/2016/04/configuration-for-gitlab-ci-android-projects/