mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-21 13:23:00 +00:00
Removed problematic emulator options
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ branches:
|
|||||||
before_install:
|
before_install:
|
||||||
- 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
|
-c 20M
|
||||||
- emulator -avd test -no-skin -no-audio -no-window &
|
- emulator -avd test -no-window &
|
||||||
- rm pom.xml
|
- rm pom.xml
|
||||||
- android update project -p .
|
- android update project -p .
|
||||||
- chmod +x ./wait_for_emulator.sh
|
- chmod +x ./wait_for_emulator.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user