mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-07 22:31:17 -04:00
Improved the CI for running custom app test cases.
* The emulator was not running on API level 25 so now we are directly running the new emulator for this without canary channel.
This commit is contained in:
parent
fce89ef2b3
commit
6a67c8bd5f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -98,14 +98,12 @@ 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: true
|
||||||
sdcard-path-or-size: 2048M
|
sdcard-path-or-size: 2048M
|
||||||
disable-animations: true
|
disable-animations: true
|
||||||
heap-size: 512M
|
heap-size: 512M
|
||||||
channel: canary
|
|
||||||
script: bash contrib/instrumentation-customapps.sh
|
script: bash contrib/instrumentation-customapps.sh
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user