Skip to content

Commit c48ff18

Browse files
committed
beef up emulator
1 parent e3e69c2 commit c48ff18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
arch: x86_64
2626
profile: "pixel_7"
2727
script: ./android/gradlew -p ./android :sdl_android:connectedCheck
28-
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -no-metrics
28+
emulator-options: >
29+
-no-window -gpu host -no-boot-anim -no-audio -no-metrics
30+
-camera-back none -camera-front none
31+
-cores 6 -memory 6144
2932
3033
- name: Hello Sdl Android Tests
3134
run: ./android/gradlew -p ./android/hello_sdl_android test

0 commit comments

Comments
 (0)