projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
42cfc93
)
API14 was missing - don't start the emulator for now
author
Thomas Müller
<thomas.mueller@tmit.eu>
Thu, 13 Mar 2014 10:29:18 +0000
(11:29 +0100)
committer
Thomas Müller
<thomas.mueller@tmit.eu>
Thu, 13 Mar 2014 10:29:18 +0000
(11:29 +0100)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
950f7b0
..
7ec196c
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-4,19
+4,12
@@
before_install:
# Install base Android SDK
- sudo apt-get update -qq
- sudo apt-get install -qq libstdc++6:i386 lib32z1
# Install base Android SDK
- sudo apt-get update -qq
- sudo apt-get install -qq libstdc++6:i386 lib32z1
- - export COMPONENTS=build-tools-18.1.0,android-1
6,android-17,android-19,sysimg-16
,extra-android-support
+ - export COMPONENTS=build-tools-18.1.0,android-1
4,android-17,android-19,sysimg-19
,extra-android-support
- curl -L https://raw.github.com/embarkmobile/android-sdk-installer/master/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS
- source ~/.android-sdk-installer/env
- curl -L https://raw.github.com/embarkmobile/android-sdk-installer/master/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS
- source ~/.android-sdk-installer/env
-
- # Create and start emulator
- - echo no | android create avd --force -n test -t android-16 --abi armeabi-v7a
- - emulator -avd test -no-skin -no-audio -no-window &
- rm pom.xml
- ./setup_env.sh
- rm pom.xml
- ./setup_env.sh
-before_script:
- - wait_for_emulator
-
script:
- ant clean
- ant debug
script:
- ant clean
- ant debug