Merge pull request #93 from drewwells/feature/appveyor

first pass at appveyor build
This commit is contained in:
James Nugent 2016-03-19 23:46:01 +00:00
commit fdad785730
2 changed files with 13 additions and 0 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@ y.output
*.iml
*.ipr
*.iws
*.test

11
appveyor.yml Normal file
View File

@ -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