work on test prepare script, make the whole thing optional

This commit is contained in:
Vincent Breitmoser
2014-07-18 19:05:38 +02:00
parent 94e56a4542
commit 6d9eaaabb2
5 changed files with 34 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ before_install:
# Install required Android components.
#- echo "y" | android update sdk -a --filter build-tools-19.1.0,android-19,platform-tools,extra-android-support,extra-android-m2repository --no-ui --force
- ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --no-ui --all --force --filter build-tools-19.1.0,android-19,platform-tools,extra-android-support,extra-android-m2repository
- ./install-custom-gradle-test-plugin.sh
- ./prepare-tests.sh
install: echo "Installation done"
script:
- gradle assemble -S -q