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