Skip to content

Commit

Permalink
try to install android dependencies on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
HBehrens committed Apr 6, 2013
1 parent 80b64b2 commit bdfc56e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
language: objective-c
before_install: scripts/install-travis.sh
script: scripts/build-travis.sh
5 changes: 2 additions & 3 deletions scripts/build-travis.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/sh
set -e

brew install phantomjs

cd $(dirname $0)
./build-js.sh
./build-objc-ios.sh 0
./build-objc-ios.sh 0
./build-java-android.sh
6 changes: 6 additions & 0 deletions scripts/install-travis.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
set -e

brew install phantomjs
android update sdk -u --filter platform-tools,android-17,system-image,extra-intel-Hardware_Accelerated_Execution_Manager
echo "no" | android create avd -n default -t android-17 -b x86

0 comments on commit bdfc56e

Please sign in to comment.