mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 14:52:13 -04:00
Improved the CI for using the same emulator.
This commit is contained in:
parent
040e548391
commit
07cca85c95
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
|||||||
target: default
|
target: default
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
profile: pixel_2
|
profile: pixel_2
|
||||||
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||||
ram-size: 4096M
|
ram-size: 4096M
|
||||||
cores: 4
|
cores: 4
|
||||||
force-avd-creation: false
|
force-avd-creation: false
|
||||||
@ -98,9 +98,10 @@ jobs:
|
|||||||
target: default
|
target: default
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
profile: pixel_2
|
profile: pixel_2
|
||||||
|
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||||
ram-size: 4096M
|
ram-size: 4096M
|
||||||
cores: 4
|
cores: 4
|
||||||
force-avd-creation: true
|
force-avd-creation: false
|
||||||
sdcard-path-or-size: 2048M
|
sdcard-path-or-size: 2048M
|
||||||
disable-animations: true
|
disable-animations: true
|
||||||
emulator-boot-timeout: 1200
|
emulator-boot-timeout: 1200
|
||||||
|
Loading…
x
Reference in New Issue
Block a user