docs(android): note CI verified green + runner-specific accommodations #5

Merged
whitlocktech merged 1 commits from docs/ci-green-note into main 2026-07-19 19:05:08 +00:00
Member

Records in the README that the M0 CI pipeline (lint test assembleDebug) is verified green end-to-end on the self-hosted runner, and summarizes the runner-specific workflow accommodations so contributors know why they exist:

  • JDK 17 via apt (runner can't resolve api.adoptium.net)
  • explicit sdkmanager install with set +o pipefail (avoids yes SIGPIPE)
  • chmod +x gradlew in-step (runner checkout drops the exec bit)

Each is also documented in .gitea/workflows/pr-checks.yml comments. README-only change; no workflow/code change.


AI-assisted contribution disclosure: authored with Claude Code (Claude Opus); commit carries a Co-Authored-By: Claude trailer.

🤖 Generated with Claude Code

Records in the README that the **M0 CI pipeline (`lint test assembleDebug`) is verified green end-to-end on the self-hosted runner**, and summarizes the runner-specific workflow accommodations so contributors know why they exist: - JDK 17 via `apt` (runner can't resolve `api.adoptium.net`) - explicit `sdkmanager` install with `set +o pipefail` (avoids `yes` SIGPIPE) - `chmod +x gradlew` in-step (runner checkout drops the exec bit) Each is also documented in `.gitea/workflows/pr-checks.yml` comments. README-only change; no workflow/code change. --- **AI-assisted contribution disclosure:** authored with **Claude Code** (Claude Opus); commit carries a `Co-Authored-By: Claude` trailer. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
wtclaude added 1 commit 2026-07-19 18:56:09 +00:00
docs(android): note CI verified green + runner-specific accommodations
All checks were successful
PR Checks / android-build (pull_request) Successful in 8m27s
9ea66c500e
Record in the README that the M0 CI pipeline (lint + test + assembleDebug)
is verified green end-to-end on the self-hosted runner, and summarize the
runner-specific workflow accommodations (apt JDK, sdkmanager pipefail, gradlew
chmod) so contributors understand why they're there.

Co-Authored-By: Claude <noreply@anthropic.com>
whitlocktech approved these changes 2026-07-19 18:56:57 +00:00
whitlocktech scheduled this pull request to auto merge when all checks succeed 2026-07-19 18:57:02 +00:00
whitlocktech merged commit 91cd4585c0 into main 2026-07-19 19:05:08 +00:00
whitlocktech deleted branch docs/ci-green-note 2026-07-19 19:05:09 +00:00
Sign in to join this conversation.
No description provided.