We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e69c2 commit c48ff18Copy full SHA for c48ff18
.github/workflows/android.yml
@@ -25,7 +25,10 @@ jobs:
25
arch: x86_64
26
profile: "pixel_7"
27
script: ./android/gradlew -p ./android :sdl_android:connectedCheck
28
- emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -no-metrics
+ 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
32
33
- name: Hello Sdl Android Tests
34
run: ./android/gradlew -p ./android/hello_sdl_android test
0 commit comments