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