diff options
author | ByteHamster <info@bytehamster.com> | 2019-07-24 23:47:59 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-07-24 23:47:59 +0200 |
commit | 5173dd0118ab6683013c45297c0eb589d0a52a65 (patch) | |
tree | 215f662033a66fdbb9747db96def3ecfab052380 /.circleci | |
parent | c5ed5efc02b1cb254702af7cfdb4aa695d22e103 (diff) | |
download | AntennaPod-5173dd0118ab6683013c45297c0eb589d0a52a65.zip |
Testing play+free version on CircleCI
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index a84bbb019..7446862c6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: steps: - checkout - + - restore_cache: keys: - 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 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 + ./gradlew assembleRelease :core:testPlayReleaseUnitTest -PdisablePreDex no_output_timeout: 1800 - store_artifacts: |