mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-03 08:15:33 +00:00
Migrate to AppVeyor
This commit is contained in:
parent
0b57f60454
commit
0045a885b9
18
.travis.yml
18
.travis.yml
@ -1,18 +0,0 @@
|
|||||||
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"
|
|
@ -1,6 +1,6 @@
|
|||||||
# Moonlight Android
|
# Moonlight Android
|
||||||
|
|
||||||
[](https://travis-ci.com/moonlight-stream/moonlight-android)
|
[](https://ci.appveyor.com/project/cgutman/moonlight-android/branch/master)
|
||||||
|
|
||||||
[Moonlight for Android](https://moonlight-stream.org) is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield.
|
[Moonlight for Android](https://moonlight-stream.org) is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield.
|
||||||
|
|
||||||
|
18
appveyor.yml
Normal file
18
appveyor.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
version: 0.0.0.{build}
|
||||||
|
|
||||||
|
clone_depth: 1
|
||||||
|
|
||||||
|
image: Visual Studio 2019
|
||||||
|
|
||||||
|
before_build:
|
||||||
|
- 'git submodule update --init --recursive'
|
||||||
|
- 'mklink /D C:\android-sdk "C:\Program Files (x86)\Android\android-sdk"'
|
||||||
|
- 'set ANDROID_HOME=C:\android-sdk'
|
||||||
|
|
||||||
|
build_script:
|
||||||
|
- gradlew.bat build connectedCheck
|
||||||
|
|
||||||
|
after_build:
|
||||||
|
- 'appveyor PushArtifact app\build\reports\lint-results.html'
|
||||||
|
|
||||||
|
deploy: off
|
Loading…
x
Reference in New Issue
Block a user