mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 21:58:31 +09:00
[Fix] (ci): run APK retrace script with bash
This commit is contained in:
@@ -133,6 +133,7 @@ jobs:
|
|||||||
disable-animations: true
|
disable-animations: true
|
||||||
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none
|
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none
|
||||||
script: |
|
script: |
|
||||||
|
bash <<'BASH'
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
mkdir -p android-retrace-fixture android-retrace-result
|
mkdir -p android-retrace-fixture android-retrace-result
|
||||||
@@ -203,6 +204,7 @@ jobs:
|
|||||||
top.mobilegl.plugin.magma.trace \
|
top.mobilegl.plugin.magma.trace \
|
||||||
"${MAGMA_APK}" \
|
"${MAGMA_APK}" \
|
||||||
DirectVulkan
|
DirectVulkan
|
||||||
|
BASH
|
||||||
|
|
||||||
- name: Upload Android retrace result
|
- name: Upload Android retrace result
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user