Store built apk as artifact
This commit is contained in:
parent
93d6ccb6fe
commit
c809feaf81
|
@ -39,6 +39,10 @@ workflows:
|
||||||
- run:
|
- run:
|
||||||
name: Build debug
|
name: Build debug
|
||||||
command: ./gradlew assembleDebug -PdisablePreDex
|
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:
|
- run:
|
||||||
name: Execute debug unit tests
|
name: Execute debug unit tests
|
||||||
command: ./gradlew :core:testPlayDebugUnitTest -PdisablePreDex
|
command: ./gradlew :core:testPlayDebugUnitTest -PdisablePreDex
|
||||||
|
|
Loading…
Reference in New Issue