GHA: Add iOS builds to GDExtension workflow

This commit is contained in:
Serhii Snitsaruk 2024-10-16 14:26:15 +02:00
parent eaa43020f5
commit 1cdde4d5a9
No known key found for this signature in database
GPG Key ID: A965EF8799FFEC2D
1 changed files with 14 additions and 0 deletions

View File

@ -168,6 +168,20 @@ jobs:
arch: x86_32 arch: x86_32
should-build: ${{ !inputs.test-build }} 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: exclude:
- { opts: { should-build: false } } - { opts: { should-build: false } }