mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(build): Add support for remote Gradle build cache (#4357)
This commit is contained in:
parent
6665737c9b
commit
fd3ad804fa
5 changed files with 43 additions and 11 deletions
4
.github/workflows/reusable-android-test.yml
vendored
4
.github/workflows/reusable-android-test.yml
vendored
|
|
@ -23,11 +23,15 @@ on:
|
|||
required: false
|
||||
CODECOV_TOKEN:
|
||||
required: true
|
||||
GRADLE_CACHE_URL:
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
androidTest:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 45
|
||||
env:
|
||||
GRADLE_CACHE_URL: ${{ secrets.GRADLE_CACHE_URL }}
|
||||
strategy:
|
||||
matrix:
|
||||
api-level: ${{ fromJson(inputs.api_levels) }} # Use the input to define the matrix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue