We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d86489 commit 139d896Copy full SHA for 139d896
.circleci/config.yml
@@ -5,15 +5,15 @@ jobs:
5
docker:
6
- image: circleci/android:api-26-alpha
7
environment:
8
- JVM_OPTS: -Xmx80m
+ JVM_OPTS: -Xmx32000m
9
steps:
10
- checkout
11
- run:
12
name: Download Dependencies
13
command: ./gradlew androidDependencies
14
15
name: Create Build
16
- command: ./gradlew clean assembleDebug
+ command: ./gradlew clean assembleDebug --no-daemon --max-workers 2
17
18
name: Run Tests
19
command: ./gradlew :AndroidSDKTests:testDebugUnitTest --no-daemon --max-workers 2
0 commit comments