mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Increase Travis build Android emulator memory size
This commit is contained in:
@ -35,7 +35,7 @@ before_script:
|
|||||||
- "(cd build/platform-declarations && npm install)"
|
- "(cd build/platform-declarations && npm install)"
|
||||||
- echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER -b
|
- echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER -b
|
||||||
armeabi-v7a -c 12M
|
armeabi-v7a -c 12M
|
||||||
- emulator -avd $AVD_NAME -skin WXGA720 -no-audio -no-window &
|
- emulator -avd $AVD_NAME -skin WXGA720 -no-audio -no-window -memory 2048 &
|
||||||
- android-wait-for-emulator
|
- android-wait-for-emulator
|
||||||
script:
|
script:
|
||||||
- jdk_switcher use oraclejdk8
|
- jdk_switcher use oraclejdk8
|
||||||
|
Reference in New Issue
Block a user