Skip to content

ci: Verify if multiplatform lib build when change#237

Open
baillyjamy wants to merge 3 commits into
mainfrom
ci-multiplatform-build
Open

ci: Verify if multiplatform lib build when change#237
baillyjamy wants to merge 3 commits into
mainfrom
ci-multiplatform-build

Conversation

@baillyjamy

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread .github/workflows/build-xcframework.yml Fixed
Comment thread .github/workflows/build-xcframework.yml Fixed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a dedicated GitHub Actions workflow to verify that the :multiplatform-lib:assembleCoreAuthenticatorXCFramework Gradle task can build successfully on pull requests, and conditionally runs it only when relevant parts of the repo change.

Changes:

  • Added .github/workflows/build-xcframework.yml workflow triggered on pull_request.
  • Introduced a check-changes gate to run the XCFramework build only when multiplatform-lib/ or Core/ changes are detected.
  • Added a self-hosted job to execute the XCFramework Gradle task.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/build-xcframework.yml Outdated
Comment thread .github/workflows/build-xcframework.yml Outdated
Comment on lines +28 to +29
# Keep changes in multiplatform-lib or Core submodule updates
CHANGES=$(git diff --name-only HEAD^1 HEAD^2 | grep -E '^(multiplatform-lib/|Core($|/))' || true)
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.

3 participants