Migrate to AppVeyor

This commit is contained in:
Cameron Gutman 2021-03-03 19:23:27 -06:00
parent 0b57f60454
commit 0045a885b9
3 changed files with 19 additions and 19 deletions

View File

@ -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"

View File

@ -1,6 +1,6 @@
# Moonlight Android
[![Travis CI Status](https://travis-ci.com/moonlight-stream/moonlight-android.svg?branch=master)](https://travis-ci.com/moonlight-stream/moonlight-android)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/232a8tadrrn8jv0k/branch/master?svg=true)](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.

18
appveyor.yml Normal file
View 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