- mid commit (broken)

This commit is contained in:
2023-08-04 20:26:17 +01:00
parent 4a37b724a6
commit e175558ce6
129 changed files with 205 additions and 4822 deletions

View File

@@ -14,18 +14,11 @@ commands:
description: checkout repo and android dependencies
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:
name: Chmod permissions
command: sudo chmod +x ./gradlew
- android/restore-gradle-cache
- run:
name: Download Dependencies
command: ./gradlew androidDependencies
- save_cache:
paths:
- ~/.gradle
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- android/save-gradle-cache
run_tests:
description: run tests for flavour specified
parameters: