File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 3333 os : ' ubuntu-latest'
3434 ANDROID_API : 28
3535 ANDROID_ARCH : ' x86_64'
36- ANDROID_GPU : ' none'
36+ ANDROID_GPU : ' off'
37+ - name : ' Ubuntu Latest'
38+ os : ' ubuntu-latest'
39+ ANDROID_API : 28
40+ ANDROID_ARCH : ' x86_64'
41+ ANDROID_GPU : ' swiftshader_indirect'
42+ - name : ' Ubuntu Latest'
43+ os : ' ubuntu-latest'
44+ ANDROID_API : 28
45+ ANDROID_ARCH : ' x86_64'
46+ ANDROID_GPU : ' swiftshader'
3747 fail-fast : false
3848 runs-on : ${{ matrix.os }}
3949 env :
91101 run : emulator -list-avds
92102
93103 - name : Emulator - Boot
94- run : emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -accel off -no-accel -gpu off -engine classic -no-snapshot -noaudio -no-boot-anim &
104+ run : emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -accel off -no-accel -gpu "${ANDROID_GPU}" -engine classic -no-snapshot -noaudio -no-boot-anim &
95105
96106 - name : ADB Wait For Device
97107 run : adb wait-for-any-device
You can’t perform that action at this time.
0 commit comments