Skip to content

Apply Rebel branding to scene #719

Apply Rebel branding to scene

Apply Rebel branding to scene #719

Workflow file for this run

name: 🍏 iOS Builds
on: [push, pull_request]
# Global Settings
env:
BRANCH_NAME: main
SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-ios
cancel-in-progress: true
jobs:
ios-template:
runs-on: "macos-latest"
name: Template (target=release, tools=no)
steps:
- uses: actions/checkout@v4
- name: Setup build cache
uses: ./.github/actions/build-cache
continue-on-error: true
- name: Setup build dependencies
uses: ./.github/actions/build-dependencies
- name: Build (arm64)
uses: ./.github/actions/build
with:
sconsflags: ${{ env.SCONSFLAGS }}
platform: ios
target: release
tools: false
- name: Upload artifact
uses: ./.github/actions/upload-artifact