Skip to content

Commit

Permalink
Update gdextension_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emirthab committed Feb 17, 2024
1 parent 4b4e561 commit 4f30ebe
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/gdextension_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,36 @@ jobs:
use_cache: ${{env.USE_CACHE}}
token: ${{secrets.TELEMETRY_TOKEN}}

# ============================================

macos-gdextension:
name: 🍏 Ios
runs-on: macos-latest

strategy:
fail-fast: false
matrix:
arch: [universal]
target: [template_debug, template_release]

steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Compile GDExtension
uses: ./.github/actions/compile_gdextension
with:
platform: ios
target: ${{matrix.target}}
arch: ${{matrix.arch}}
artifact: ios.${{matrix.target}}.${{matrix.arch}}
additional: lto=yes
output_libs_path: ${{env.OUTPUT_LIBS_PATH}}
use_cache: ${{env.USE_CACHE}}
token: ${{secrets.TELEMETRY_TOKEN}}

# ============================================

android-gdextension:
Expand Down

0 comments on commit 4f30ebe

Please sign in to comment.