mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
.github/workflows/emulator: misc emulator tweaks
This commit is contained in:
parent
319d2a011a
commit
c0cc5b412a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/emulator.yml
vendored
4
.github/workflows/emulator.yml
vendored
|
|
@ -100,7 +100,9 @@ jobs:
|
|||
force-avd-creation: false
|
||||
profile: pixel_tablet
|
||||
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||
enable-hw-keyboard: true
|
||||
disable-animations: false
|
||||
disable-spellchecker: false
|
||||
script: echo "Generated AVD snapshot for caching."
|
||||
|
||||
|
||||
|
|
@ -176,7 +178,9 @@ jobs:
|
|||
force-avd-creation: false
|
||||
profile: pixel_tablet
|
||||
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||
enable-hw-keyboard: true
|
||||
disable-animations: true
|
||||
disable-spellchecker: true
|
||||
# https://github.com/ReactiveCircus/android-emulator-runner/issues/385
|
||||
script: >
|
||||
trap 'pkill --exact --echo --signal SIGKILL crashpad_handle || true' EXIT &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue