GHA: Add iOS builds to GDExtension workflow
This commit is contained in:
parent
eaa43020f5
commit
1cdde4d5a9
|
@ -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 } }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue