aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/pkg/errors/appveyor.yml
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-11-13 07:30:55 -0800
committerChristine Dodrill <me@christine.website>2018-11-13 07:30:55 -0800
commite245d89daa6dffc441be07dcb81b985397446378 (patch)
tree0d399b0de689f43fbbfaa979d939dca8aa03e716 /vendor/github.com/pkg/errors/appveyor.yml
parentbc8b7e5471e7f4984ee69af07d8e9632df01b85b (diff)
parent8fe5504c3a5e9cd8409d5296d128603a231567ac (diff)
downloadxesite-e245d89daa6dffc441be07dcb81b985397446378.tar.xz
xesite-e245d89daa6dffc441be07dcb81b985397446378.zip
Merge branch 'master' of git@github.com:Xe/site.git
Diffstat (limited to 'vendor/github.com/pkg/errors/appveyor.yml')
-rw-r--r--vendor/github.com/pkg/errors/appveyor.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/vendor/github.com/pkg/errors/appveyor.yml b/vendor/github.com/pkg/errors/appveyor.yml
deleted file mode 100644
index a932ead..0000000
--- a/vendor/github.com/pkg/errors/appveyor.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-version: build-{build}.{branch}
-
-clone_folder: C:\gopath\src\github.com\pkg\errors
-shallow_clone: true # for startup speed
-
-environment:
- GOPATH: C:\gopath
-
-platform:
- - x64
-
-# http://www.appveyor.com/docs/installed-software
-install:
- # some helpful output for debugging builds
- - go version
- - go env
- # pre-installed MinGW at C:\MinGW is 32bit only
- # but MSYS2 at C:\msys64 has mingw64
- - set PATH=C:\msys64\mingw64\bin;%PATH%
- - gcc --version
- - g++ --version
-
-build_script:
- - go install -v ./...
-
-test_script:
- - set PATH=C:\gopath\bin;%PATH%
- - go test -v ./...
-
-#artifacts:
-# - path: '%GOPATH%\bin\*.exe'
-deploy: off