Skip to content

Commit

Permalink
Migrate to AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Mar 4, 2021
1 parent 0b57f60 commit 0045a88
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
18 changes: 18 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0045a88

Please sign in to comment.