Skip to content

Throw an exception when failing to build a Metal render pipeline stat… #4425

Throw an exception when failing to build a Metal render pipeline stat…

Throw an exception when failing to build a Metal render pipeline stat… #4425

name: iOS
on:
push:
branches:
- main
- release
- rc/**
jobs:
build-ios:
name: build-ios
runs-on: macos-14
steps:
- uses: actions/checkout@v3.3.0
- name: Run build script
run: |
cd build/ios && printf "y" | ./build.sh continuous
- uses: actions/upload-artifact@v1.0.0
with:
name: filament-ios
path: out/filament-release-ios.tgz
- name: Build iOS samples
run: |
cd build/ios && ./build-samples.sh continuous