summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authororionlee <orionlee@yahoo.com>2019-08-31 14:42:44 -0700
committerorionlee <orionlee@yahoo.com>2019-08-31 14:42:44 -0700
commita2721842f04d828bd7a612766005f995594a0e30 (patch)
treea1c74f52e14b65994958efb6955c73201768f407 /.circleci
parent6b685f77dfa6a6f251ca36db579dd801df532786 (diff)
downloadAntennaPod-a2721842f04d828bd7a612766005f995594a0e30.zip
Detect androidTest compilation issues by making it build on CircleCI
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7446862c6..258340afc 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -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 assembleRelease :core:testPlayReleaseUnitTest -PdisablePreDex
+ ./gradlew assembleRelease :core:testPlayReleaseUnitTest :app:assemblePlayDebugAndroidTest -PdisablePreDex
no_output_timeout: 1800
- store_artifacts: