Skip to content

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

Open
yorkie wants to merge 11 commits into
mainfrom
yorkie/add-build-workflow
Open

Add GitHub workflow for building Skia on Android and macOS#1
yorkie wants to merge 11 commits into
mainfrom
yorkie/add-build-workflow

Conversation

@yorkie

@yorkie yorkie commented Jun 4, 2024

Copy link
Copy Markdown
Member

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