From 1fc9acc6696637b381afe3097c4b7a021531ca89 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Thu, 18 Jul 2024 17:09:30 +0200 Subject: [PATCH] GHA: Add GDExtension iOS builds --- .github/workflows/gdextension.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/gdextension.yml b/.github/workflows/gdextension.yml index 44db582..efdba26 100644 --- a/.github/workflows/gdextension.yml +++ b/.github/workflows/gdextension.yml @@ -160,6 +160,20 @@ jobs: arch: x86_32 should-build: ${{ !inputs.test-build }} + - name: 🍎 iOS (universal, release) + runner: macos-latest + platform: ios + target: template_release + arch: universal + should-build: ${{ !inputs.test-build }} + + - name: 🍎 iOS (universal, debug) + runner: macos-latest + platform: ios + target: template_debug + arch: universal + should-build: ${{ !inputs.test-build }} + exclude: - { opts: { should-build: false } }