mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-23 21:12:44 +00:00
18 lines
235 B
YAML
18 lines
235 B
YAML
language: android
|
|
dist: trusty
|
|
|
|
git:
|
|
depth: 1
|
|
|
|
android:
|
|
components:
|
|
- tools
|
|
- platform-tools
|
|
- build-tools-29.0.3
|
|
- android-29
|
|
|
|
before_install:
|
|
- sdkmanager --list
|
|
|
|
install:
|
|
- yes | sdkmanager "ndk;20.0.5594570" |