CI: set up all SDK components in PATH

This commit is contained in:
Daniel Martí 2015-09-01 20:48:58 -07:00
parent 0b0197dba3
commit f23011f408

View file

@ -24,6 +24,8 @@ before_script:
- export PATH="$ANDROID_HOME/tools:$PATH"
- echo " == Installing Android SDK components"
- echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.0
- export PATH="$ANDROID_HOME/platform-tools:$PATH"
- export PATH="$ANDROID_HOME/build-tools/23.0.0:$PATH"
test:
script: