Skip to content

Replace CircleCI with GitHub Actions#47

Open
madeye wants to merge 1 commit into
masterfrom
ci/github-actions
Open

Replace CircleCI with GitHub Actions#47
madeye wants to merge 1 commit into
masterfrom
ci/github-actions

Conversation

@madeye

@madeye madeye commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds .github/workflows/ci.yml equivalent to the old CircleCI job: recursive submodules, Go 1.22.6, JDK 17, NDK 27.2.12479018, ./gradlew assembleDebug check, APK + report artifacts
  • Removes .circleci/config.yml (org checkout was broken: SSH Permission denied)
  • README badge → GitHub Actions

Test plan

  • Actions run on this PR and turn green
  • Artifacts include debug APKs
  • After merge, disconnect the project from CircleCI (Settings → Project Dependencies / CircleCI dashboard) so it no longer fires dead builds

CircleCI checkout fails (SSH key), so CI never ran. Mirror the old test
job: submodules, Go 1.22.6, JDK 17, NDK 27.2.12479018, assembleDebug
check, and APK/report artifacts. Drop .circleci and update the badge.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant