mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 00:41:06 +03:00
Gitlab CI: install SDK
This commit is contained in:
parent
1eb83dcfea
commit
9e99270680
1 changed files with 10 additions and 0 deletions
|
@ -4,6 +4,16 @@ before_script:
|
||||||
- apt-get -q install -y python pyflakes pep8 dash bash ruby
|
- apt-get -q install -y python pyflakes pep8 dash bash ruby
|
||||||
python-imaging python-libcloud python-magic python-paramiko
|
python-imaging python-libcloud python-magic python-paramiko
|
||||||
python-pyasn1 python-pyasn1-modules python-requests
|
python-pyasn1 python-pyasn1-modules python-requests
|
||||||
|
- echo " == Installing the Android SDK"
|
||||||
|
- wget -q -O android-sdk.tgz https://dl.google.com/android/android-sdk_r24.3.4-linux.tgz
|
||||||
|
- tar -x -z -f android-sdk.tgz
|
||||||
|
- mv android-sdk-linux android-sdk
|
||||||
|
- export ANDROID_HOME=$PWD/android-sdk
|
||||||
|
- export PATH="$ANDROID_HOME/tools:$PATH"
|
||||||
|
- echo " == Installing Android SDK components"
|
||||||
|
- echo y | android -s update sdk --no-ui -a -t platform-tools
|
||||||
|
- echo y | android -s update sdk --no-ui -a -t tools
|
||||||
|
- echo y | android -s update sdk --no-ui -a -t build-tools-23.0.0
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue