Update .gitlab-ci.yml
This commit is contained in:
parent
a9a2d949fb
commit
3d2925eb48
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ variables:
|
|||
ANDROID_SDK_TOOLS: "25.2.4"
|
||||
|
||||
before_script:
|
||||
- apt-get --quiet update --yes
|
||||
- apt-get --quiet install --yes wget tar unzip lib32stdc++6 lib32z1
|
||||
- wget --quiet --output-document=android-sdk.tgz https://dl.google.com/android/android-sdk_r${ANDROID_SDK_TOOLS}-linux.tgz
|
||||
- tar --extract --gzip --file=android-sdk.tgz
|
||||
- echo y | android-sdk-linux/tools/android --silent update sdk --no-ui --all --filter android-${ANDROID_COMPILE_SDK}
|
||||
|
|
Loading…
Reference in a new issue