From e2e76d3e5389d3bf528607d3b4ce32ee8e005e40 Mon Sep 17 00:00:00 2001 From: Drew Wells Date: Mon, 29 Feb 2016 22:58:06 -0600 Subject: [PATCH] fix appveyor build --- .gitignore | 2 ++ appveyor.yml | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 appveyor.yml diff --git a/.gitignore b/.gitignore index 8ed84fe..15586a2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ y.output *.iml *.ipr *.iws + +*.test diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..c94206d --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,11 @@ +os: Windows Server 2012 R2 + +clone_folder: c:\gopath\src\hashicorp\hcl + +environment: + GOPATH: c:\gopath + GO15VENDOREXPERIMENT: 1 + +build_script: + - go get + - go test