Skip to content

Commit

Permalink
add appveyor.yml build test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stricted committed Feb 16, 2017
1 parent f391219 commit c923e82
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
image: Visual Studio 2015
platform: Any CPU
configuration: Release
skip_tags: true

init:
- git config --global core.autocrlf input

before_build:
- nuget restore

0 comments on commit c923e82

Please sign in to comment.