summaryrefslogtreecommitdiff
path: root/vendor/github.com/Masterminds/goutils/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/Masterminds/goutils/appveyor.yml')
-rw-r--r--vendor/github.com/Masterminds/goutils/appveyor.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/Masterminds/goutils/appveyor.yml b/vendor/github.com/Masterminds/goutils/appveyor.yml
new file mode 100644
index 000000000..657564a84
--- /dev/null
+++ b/vendor/github.com/Masterminds/goutils/appveyor.yml
@@ -0,0 +1,21 @@
+version: build-{build}.{branch}
+
+clone_folder: C:\gopath\src\github.com\Masterminds\goutils
+shallow_clone: true
+
+environment:
+ GOPATH: C:\gopath
+
+platform:
+ - x64
+
+build: off
+
+install:
+ - go version
+ - go env
+
+test_script:
+ - go test -v
+
+deploy: off