summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/src-d/go-git.v4/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/src-d/go-git.v4/appveyor.yml')
-rw-r--r--vendor/gopkg.in/src-d/go-git.v4/appveyor.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/gopkg.in/src-d/go-git.v4/appveyor.yml b/vendor/gopkg.in/src-d/go-git.v4/appveyor.yml
new file mode 100644
index 000000000..160616bec
--- /dev/null
+++ b/vendor/gopkg.in/src-d/go-git.v4/appveyor.yml
@@ -0,0 +1,21 @@
+version: "{build}"
+platform: x64
+
+matrix:
+ allow_failures:
+ - platform: x64
+
+clone_folder: c:\gopath\src\gopkg.in\src-d\go-git.v4
+
+environment:
+ GOPATH: c:\gopath
+
+install:
+ - set PATH=%GOPATH%\bin;c:\go\bin;"C:\Program Files\Git\mingw64\bin";%PATH%
+ - go version
+ - go get -v -t ./...
+ - git config --global user.email "travis@example.com"
+ - git config --global user.name "Travis CI
+
+build_script:
+ - go test -v ./...