Skip to content

feat: We can also collect xcframeworks for official builds #11

feat: We can also collect xcframeworks for official builds

feat: We can also collect xcframeworks for official builds #11

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
name: Build MetalANGLEKit
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'true'
- name: Setup repository
run: |
brew install ninja
./setup-angle.sh
- name: Build angle
run: |
./build-angle.sh Release
- name: Build MetalANGLEKit
run: |
./build-metalanglekit.sh
- name: Archive MetalANGLEKit
uses: actions/upload-artifact@v4
with:
name: metalanglekit
path: |
build/MetalANGLEKit.xcframework/