Skip to content

Commit

Permalink
Clean up config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Sep 8, 2023
1 parent 41b5dbb commit d16671c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ jobs:
name: android/android-docker
tag: 2023.09.1
resource-class: large
environment:
GRADLE_OPTS: -Dorg.gradle.workers.max=1 -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process"
steps:
- checkout
- android/restore-gradle-cache
- run:
name: Run Build and Tests
command: ./gradlew --no-daemon assembleDebug check
command: ./gradlew assembleDebug check --no-daemon
- android/save-gradle-cache
- store_artifacts:
path: mobile/build/outputs/apk
Expand Down

0 comments on commit d16671c

Please sign in to comment.