summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/jesseduffield/go-getter/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/jesseduffield/go-getter/appveyor.yml')
-rw-r--r--vendor/github.com/jesseduffield/go-getter/appveyor.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/github.com/jesseduffield/go-getter/appveyor.yml b/vendor/github.com/jesseduffield/go-getter/appveyor.yml
new file mode 100644
index 000000000..ec48d45ec
--- /dev/null
+++ b/vendor/github.com/jesseduffield/go-getter/appveyor.yml
@@ -0,0 +1,16 @@
+version: "build-{branch}-{build}"
+image: Visual Studio 2017
+clone_folder: c:\gopath\github.com\hashicorp\go-getter
+environment:
+ GOPATH: c:\gopath
+install:
+- cmd: >-
+ echo %Path%
+
+ go version
+
+ go env
+
+ go get -d -v -t ./...
+build_script:
+- cmd: go test -v ./...