Merge pull request #2960 from ByteHamster/ci-release-build
Using release build for CI
This commit is contained in:
commit
36a7494c5e
@ -21,7 +21,10 @@ jobs:
|
|||||||
- v1-android-
|
- v1-android-
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
command: ./gradlew assembleDebug :core:testPlayDebugUnitTest -PdisablePreDex
|
# To build release, we need to create a temporary keystore that can be used to sign the app
|
||||||
|
command: |
|
||||||
|
keytool -noprompt -genkey -v -keystore "app/keystore" -alias alias -storepass password -keypass password -keyalg RSA -validity 10 -dname "CN=antennapod.org, OU=dummy, O=dummy, L=dummy, S=dummy, C=US"
|
||||||
|
./gradlew assemblePlayRelease :core:testPlayReleaseUnitTest -PdisablePreDex
|
||||||
no_output_timeout: 1800
|
no_output_timeout: 1800
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user