1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Added drive to emulator to allow downloads in tests

This commit is contained in:
David A. Velasco 2014-04-21 15:05:37 +02:00
parent 4dca5b7a42
commit 35f5ae5147

View File

@ -6,7 +6,7 @@ before_install:
- curl -3L https://raw.github.com/embarkmobile/android-sdk-installer/version-1/android-sdk-installer
| bash /dev/stdin --install=$COMPONENTS
- source ~/.android-sdk-installer/env
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M
- emulator -avd test -no-skin -no-audio -no-window &
- rm pom.xml
- android update project -p .