summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-01-06 00:26:29 +0100
committerGitHub <noreply@github.com>2019-01-06 00:26:29 +0100
commit36a7494c5e631672024c7281f73323dd5b10f68d (patch)
tree8e7f920ad761c2eec61a6e0c4d5aff9898a0abb5
parentb2e18b81284f1d816a5aa47a59e44a2a04bf1ec2 (diff)
parent87a52e594f627b7a0b6386d190ce405151db1437 (diff)
downloadAntennaPod-36a7494c5e631672024c7281f73323dd5b10f68d.zip
Merge pull request #2960 from ByteHamster/ci-release-build
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: