From ee8c773e718db33b185e69dd7729ee91b46fa353 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Wed, 16 Oct 2024 14:30:26 +0200 Subject: [PATCH] GHA: Build with ios_simulator=yes flag --- .github/workflows/gdextension.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gdextension.yml b/.github/workflows/gdextension.yml index b11be03..dc3d82a 100644 --- a/.github/workflows/gdextension.yml +++ b/.github/workflows/gdextension.yml @@ -187,6 +187,7 @@ jobs: platform: ios target: template_release arch: universal + scons-flags: ios_simulator=yes should-build: ${{ !inputs.test-build }} - name: 🍏 iOS (simulator, debug) @@ -194,6 +195,7 @@ jobs: platform: ios target: template_debug arch: universal + scons-flags: ios_simulator=yes should-build: ${{ !inputs.test-build }} exclude: @@ -299,7 +301,7 @@ jobs: DEBUG_FLAGS: ${{ inputs.debug-symbols && 'debug_symbols=yes symbols_visibility=visible' || 'debug_symbols=no' }} run: | PATH=${GITHUB_WORKSPACE}/buildroot/bin:$PATH - scons platform=${{matrix.opts.platform}} target=${{matrix.opts.target}} arch=${{matrix.opts.arch}} ${{env.DEBUG_FLAGS}} ${{env.SCONSFLAGS}} + scons platform=${{matrix.opts.platform}} target=${{matrix.opts.target}} arch=${{matrix.opts.arch}} ${{env.DEBUG_FLAGS}} ${{matrix.opts.scons-flags}} ${{env.SCONSFLAGS}} - name: Prepare artifact shell: bash