aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/urfave/cli/appveyor.yml
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2018-02-08 02:01:29 -0800
committerGitHub <noreply@github.com>2018-02-08 02:01:29 -0800
commitf4ccce6f486c26fdfa8d3d09929d464fc9368ab3 (patch)
tree82d72cbbc03b84e59d2018188f220340a95cff39 /vendor/github.com/urfave/cli/appveyor.yml
parent141265fe9c7bc13bf8bff6265cfafc65ed2ebd5c (diff)
parent78ec1b76d5dfd58bf244ee1426a6c86ed5fce118 (diff)
Merge pull request #83 from google/dep
Start using Dep
Diffstat (limited to 'vendor/github.com/urfave/cli/appveyor.yml')
-rw-r--r--vendor/github.com/urfave/cli/appveyor.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/vendor/github.com/urfave/cli/appveyor.yml b/vendor/github.com/urfave/cli/appveyor.yml
deleted file mode 100644
index 1e1489c..0000000
--- a/vendor/github.com/urfave/cli/appveyor.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-version: "{build}"
-
-os: Windows Server 2016
-
-image: Visual Studio 2017
-
-clone_folder: c:\gopath\src\github.com\urfave\cli
-
-environment:
- GOPATH: C:\gopath
- GOVERSION: 1.8.x
- PYTHON: C:\Python36-x64
- PYTHON_VERSION: 3.6.x
- PYTHON_ARCH: 64
-
-install:
-- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
-- go version
-- go env
-- go get github.com/urfave/gfmrun/...
-- go get -v -t ./...
-
-build_script:
-- python runtests vet
-- python runtests test
-- python runtests gfmrun