GHA: Build with ios_simulator=yes flag
This commit is contained in:
parent
ee79d6ca2d
commit
66931c1a36
|
@ -179,6 +179,7 @@ jobs:
|
||||||
platform: ios
|
platform: ios
|
||||||
target: template_release
|
target: template_release
|
||||||
arch: universal
|
arch: universal
|
||||||
|
scons-flags: ios_simulator=yes
|
||||||
should-build: ${{ !inputs.test-build }}
|
should-build: ${{ !inputs.test-build }}
|
||||||
|
|
||||||
- name: 🍏 iOS (simulator, debug)
|
- name: 🍏 iOS (simulator, debug)
|
||||||
|
@ -186,6 +187,7 @@ jobs:
|
||||||
platform: ios
|
platform: ios
|
||||||
target: template_debug
|
target: template_debug
|
||||||
arch: universal
|
arch: universal
|
||||||
|
scons-flags: ios_simulator=yes
|
||||||
should-build: ${{ !inputs.test-build }}
|
should-build: ${{ !inputs.test-build }}
|
||||||
|
|
||||||
exclude:
|
exclude:
|
||||||
|
@ -300,7 +302,7 @@ jobs:
|
||||||
SCONS_CACHE: ${{github.workspace}}/.scons_cache/
|
SCONS_CACHE: ${{github.workspace}}/.scons_cache/
|
||||||
run: |
|
run: |
|
||||||
PATH=${GITHUB_WORKSPACE}/buildroot/bin:$PATH
|
PATH=${GITHUB_WORKSPACE}/buildroot/bin:$PATH
|
||||||
scons platform=${{matrix.opts.platform}} target=${{matrix.opts.target}} arch=${{matrix.opts.arch}} ${{env.SCONSFLAGS}}
|
scons platform=${{matrix.opts.platform}} target=${{matrix.opts.target}} arch=${{matrix.opts.arch}} ${{matrix.opts.scons-flags}} ${{env.SCONSFLAGS}}
|
||||||
|
|
||||||
- name: Prepare artifact
|
- name: Prepare artifact
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue