Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub workflow for building Skia on Android and macOS #1

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

yorkie
Copy link

@yorkie yorkie commented Jun 4, 2024

Adds a new GitHub Actions workflow for building Skia for Android and macOS binaries.

  • Workflow Creation: Introduces a .github/workflows/build_skia.yml file to define the GitHub Actions workflow.
  • Trigger Configuration: Configures the workflow to trigger on push events to the main branch and on pull requests.
  • Android Build Job: Adds a job for building Skia for Android on an Ubuntu runner, utilizing Bazel and a specific toolchain configuration for Android ARM64.
  • macOS Build Job: Adds a separate job for building Skia for macOS on a macOS runner, also using Bazel with a configuration and toolchain tailored for macOS x86_64.

For more details, open the Copilot Workspace session.

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