mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 00:41:06 +03:00
CI: set up all SDK components in PATH
This commit is contained in:
parent
0b0197dba3
commit
f23011f408
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue