mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03:00
GitLab CI: Java is required to set up the SDK
This commit is contained in:
parent
9e99270680
commit
79749fe8b4
1 changed files with 5 additions and 1 deletions
|
@ -1,9 +1,13 @@
|
|||
before_script:
|
||||
- apt-get -q update -y
|
||||
- echo " == Installing required packages"
|
||||
- apt-get -q install -y python pyflakes pep8 dash bash ruby
|
||||
- apt-get -q install -y wget tar lib32stdc++6 lib32z1
|
||||
python pyflakes pep8 dash bash ruby
|
||||
python-imaging python-libcloud python-magic python-paramiko
|
||||
python-pyasn1 python-pyasn1-modules python-requests
|
||||
rsync
|
||||
- echo " == Installing OpenJDK 7"
|
||||
- apt-get -q install -y openjdk-7-jdk
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue