fix appveyor build
This commit is contained in:
parent
578dd97468
commit
e2e76d3e53
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,3 +5,5 @@ y.output
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
*.test
|
||||
|
11
appveyor.yml
Normal file
11
appveyor.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user