iterate
This commit is contained in:
parent
4d193c53ce
commit
1d2a8bcf96
|
@ -274,6 +274,7 @@ jobs:
|
|||
if: matrix.opts.platform == 'web'
|
||||
run: |
|
||||
emcc -v
|
||||
llvm-objcopy --help
|
||||
|
||||
- name: Set up scons
|
||||
if: matrix.opts.platform != 'linux'
|
||||
|
@ -360,9 +361,9 @@ jobs:
|
|||
if: inputs.debug-symbols && matrix.opts.platform == 'web'
|
||||
shell: bash
|
||||
run: |
|
||||
ls -R emsdk-cache/
|
||||
echo "---"
|
||||
echo ${PATH}
|
||||
emstrip --only-keep-debug -o ${{matrix.opts.bin}}.debug ${{matrix.opts.bin}}
|
||||
emstrip --strip-debug ${{matrix.opts.bin}}
|
||||
llvm-objcopy --add-gnu-debuglink ${{matrix.opts.bin}}.debug ${{matrix.opts.bin}}
|
||||
|
||||
- name: Split debug symbols (Android)
|
||||
if: inputs.debug-symbols && matrix.opts.platform == 'android'
|
||||
|
|
Loading…
Reference in New Issue