Files
agentbox-test/.gitea
agentbox c6c30d92f0
CI / test-and-package (push) Successful in 3m46s
CI / build-android (push) Successful in 9m22s
perf: cache Android SDK, Gradle, and pip in CI
Added actions/cache@v3 for:
- ~/android-sdk (keyed on OS + API 34) — skips 150MB download
- ~/.gradle + android/.gradle-home (keyed on OS + gradle 8.7
  + gradle files hash) — skips 130MB gradle download + all
  dependency resolution and jar caching
- ~/.cache/pip (keyed on requirements.txt hash) — skips
  flask/click/werkzeug installs

Build step now checks if cached paths exist before downloading.
Expected speedup: 5-6 min → ~1-2 min on cache hits.
2026-08-01 11:37:15 +00:00
..