Testing play+free version on CircleCI
This commit is contained in:
parent
c5ed5efc02
commit
5173dd0118
|
@ -13,7 +13,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v1-android-{{ checksum "build.gradle" }}
|
- v1-android-{{ checksum "build.gradle" }}
|
||||||
|
@ -24,7 +24,7 @@ jobs:
|
||||||
# To build release, we need to create a temporary keystore that can be used to sign the app
|
# To build release, we need to create a temporary keystore that can be used to sign the app
|
||||||
command: |
|
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"
|
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
|
./gradlew assembleRelease :core:testPlayReleaseUnitTest -PdisablePreDex
|
||||||
no_output_timeout: 1800
|
no_output_timeout: 1800
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
|
|
Loading…
Reference in New Issue