mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Added the heap size in API level 25 emulator.
This commit is contained in:
parent
34928323d5
commit
396e291028
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
sdcard-path-or-size: 2048M
|
||||
cores: 4
|
||||
disable-animations: false
|
||||
heap-size: ${{ matrix.api-level != 25 && '512M' || '' }}
|
||||
heap-size: 512M
|
||||
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||
channel: canary
|
||||
script: echo "Generated AVD snapshot for caching."
|
||||
@ -85,7 +85,7 @@ jobs:
|
||||
force-avd-creation: false
|
||||
sdcard-path-or-size: 2048M
|
||||
disable-animations: true
|
||||
heap-size: ${{ matrix.api-level != 25 && '512M' || '' }}
|
||||
heap-size: 512M
|
||||
channel: canary
|
||||
script: bash contrib/instrumentation.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user