Skip to content

Commit

Permalink
Adds appveyor for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nino Khodabandeh committed Apr 27, 2016
1 parent fff2f2d commit 166d4e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 0.{build}
skip_tags: true
cache: C:\Users\appveyor\AppData\Local\NuGet\Cache
build_script:
- SET GOPATH=c:\workspace
- go test -v -race ./...
test: off
clone_folder: c:\workspace\src\github.com\hpcloud\tail
branches:
only:
- master

0 comments on commit 166d4e4

Please sign in to comment.