Store built apk as artifact

This commit is contained in:
ByteHamster 2020-07-24 17:01:23 +02:00
parent 93d6ccb6fe
commit c809feaf81
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ workflows:
- run:
name: Build debug
command: ./gradlew assembleDebug -PdisablePreDex
- store_artifacts:
name: Uploading apk artifact
path: app/build/outputs/apk/play/debug/app-play-debug.apk
destination: app-play-debug.apk
- run:
name: Execute debug unit tests
command: ./gradlew :core:testPlayDebugUnitTest -PdisablePreDex