mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2024-11-10 06:52:06 +00:00
yml: according to other sources this should do
This commit is contained in:
parent
428731bc94
commit
696a1962c6
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ before_script:
|
|||
- export ANDROID_NDK_HOME=$HOME/NDK_ETL/ndk-bundle
|
||||
- chmod -R 775 $HOME/NDK_ETL/ndk-bundle
|
||||
before_install:
|
||||
- echo yes | sdkmanager "platform-tools" "platforms;android-26" "build-tools;28.0.3" "tools" "system-images;android-S;google_apis_playstore;arm64-v8a"
|
||||
- yes | sdkmanager --licenses
|
||||
- yes | sdkmanager "platform-tools" "platforms;android-26" "build-tools;28.0.3" "tools" "system-images;android-S;google_apis_playstore;arm64-v8a"
|
||||
script:
|
||||
- ./gradlew assembleDebug
|
||||
|
|
Loading…
Reference in a new issue