Skip to content

Commit

Permalink
Add AppVeyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Mar 10, 2018
1 parent e76aaef commit 808e8ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Build Status](https://travis-ci.org/vanniktech/gradle-dependency-graph-generator-plugin.svg?branch=master)](https://travis-ci.org/vanniktech/gradle-dependency-graph-generator-plugin?branch=master)
[![Codecov](https://codecov.io/github/vanniktech/gradle-dependency-graph-generator-plugin/coverage.svg?branch=master)](https://codecov.io/github/vanniktech/gradle-dependency-graph-generator-plugin?branch=master)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Build status](https://ci.appveyor.com/api/projects/status/a0umitv5qvin5e6w/branch/master?svg=true)](https://ci.appveyor.com/project/vanniktech/gradle-dependency-graph-generator-plugin/branch/master)

Gradle plugin that lets you visualize your dependencies in a graph.

Expand Down
12 changes: 12 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
environment:
matrix:
- ANDROID_HOME: "C:\\android-sdk-windows"
install:
- appveyor DownloadFile https://dl.google.com/android/repository/sdk-tools-windows-3859397.zip
- 7z x sdk-tools-windows-3859397.zip -oC:\android-sdk-windows > nul
- yes | C:\android-sdk-windows\tools\bin\sdkmanager.bat --licenses
- choco install graphviz
build_script:
- gradlew.bat assemble
test_script:
- gradlew.bat test

0 comments on commit 808e8ab

Please sign in to comment.