mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Trying to make Travis build work.
This commit is contained in:
@@ -34,8 +34,9 @@ before_script:
|
|||||||
- npm install
|
- npm install
|
||||||
- "(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 --abi default/armeabi-v7a -c 12M
|
- echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER --abi default/armeabi-v7a -c 12M
|
||||||
- emulator -avd $AVD_NAME -skin WXGA720 -no-audio -no-window -memory 2048 &
|
- emulator -avd $AVD_NAME -no-audio -no-window &
|
||||||
- android-wait-for-emulator
|
- android-wait-for-emulator &
|
||||||
|
- adb shell input keyevent 82
|
||||||
script:
|
script:
|
||||||
- jdk_switcher use oraclejdk8
|
- jdk_switcher use oraclejdk8
|
||||||
- grunt default &&
|
- grunt default &&
|
||||||
|
|||||||
Reference in New Issue
Block a user