mirror of
https://framagit.org/tom79/nitterizeme
synced 2024-12-22 13:44:18 +01:00
fix CI
This commit is contained in:
parent
825ce5dd0c
commit
fc9b49723c
@ -1,5 +1,10 @@
|
||||
image: java:8-jdk
|
||||
|
||||
variables:
|
||||
ANDROID_COMPILE_SDK: "30"
|
||||
ANDROID_BUILD_TOOLS: "30.0.3"
|
||||
ANDROID_SDK_TOOLS: "4333796"
|
||||
|
||||
before_script:
|
||||
- wget --quiet --output-document=android-sdk.zip https://dl.google.com/android/repository/sdk-tools-linux-${ANDROID_SDK_TOOLS}.zip
|
||||
- unzip -d android-sdk-linux android-sdk.zip
|
||||
|
Loading…
Reference in New Issue
Block a user