summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-01-04 23:23:20 +0100
committerByteHamster <info@bytehamster.com>2019-01-05 10:25:15 +0100
commit96612de56681167f1cd592d6c7661cad84549809 (patch)
tree07f321003e8544c26d07b9afc601f59b6ae7d81b
parent9a92e66ffdcb7648ad641fa4f17ffe11d4d72298 (diff)
downloadAntennaPod-96612de56681167f1cd592d6c7661cad84549809.zip
Using release build for CI
-rw-r--r--.circleci/config.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index bec559ed2..6bac87a46 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -21,7 +21,10 @@ jobs:
- v1-android-
- 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
- store_artifacts: