Skip to content

Commit

Permalink
Merge pull request #88 from hpcloud/add-appveyor-for-windows
Browse files Browse the repository at this point in the history
Adds appveyor for windows build
  • Loading branch information
mook-as committed Apr 27, 2016
2 parents fff2f2d + 166d4e4 commit c323fd4
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 c323fd4

Please sign in to comment.