Skip to content

Commit

Permalink
Added appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rubberduck203 committed Aug 20, 2017
1 parent 627836c commit 7db7db1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ There are many tools out there, but most of them are interested in commits per a
GitNStats is an experiment in analyzing how often particular files in a repositor change (and how big those changes were).
The idea is to discover "hotspots" in a code base by determining which files have a lot of churn.

[![Build status](https://ci.appveyor.com/api/projects/status/5ncbrrsob8t44bc5/branch/master?svg=true)](https://ci.appveyor.com/project/Rubberduck/gitnstats/branch/master)

## Quickstart

Expand Down
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2.0.0.{build}
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2017
configuration: Release
init:
- cmd: tzutil /s "Eastern Standard Time"
build_script:
- cmd: >-
dotnet restore
dotnet build -c Release
test_script:
- cmd: >-
dotnet test tests/gitnstats.core.tests/gitnstats.core.tests.csproj
dotnet test tests/gitnstats.test/gitnstats.test.csproj

0 comments on commit 7db7db1

Please sign in to comment.