Emulator should run in background
This commit is contained in:
parent
f47a6d5597
commit
1f4de2489f
|
@ -6,7 +6,7 @@ env:
|
|||
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
|
||||
before_install:
|
||||
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
|
||||
- emulator -avd test -no-skin -no-audio -no-window
|
||||
- emulator -avd test -no-skin -no-audio -no-window &
|
||||
- cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java
|
||||
|
||||
before_script:
|
||||
|
|
Loading…
Reference in New Issue