From 166d4e4826a06fd66a7c3c34e9ce381557dbc717 Mon Sep 17 00:00:00 2001 From: Nino Khodabandeh Date: Wed, 27 Apr 2016 16:29:40 -0700 Subject: [PATCH] Adds appveyor for windows build --- appveyor.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..d370055 --- /dev/null +++ b/appveyor.yml @@ -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