Skip to content

Commit

Permalink
Copy appveyor changes from the V2 PR
Browse files Browse the repository at this point in the history
Copied from urfave/cli#892
  • Loading branch information
Lynn Cyrin (they/them) committed Sep 18, 2019
1 parent 3c5cbcf commit 062a192
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cli/appveyor.yml
Expand Up @@ -6,16 +6,21 @@ image: Visual Studio 2017

clone_folder: c:\gopath\src\github.com\urfave\cli

cache:
- node_modules

environment:
GOPATH: C:\gopath
GOVERSION: 1.11.x
GO111MODULE: on
GOPROXY: https://proxy.golang.org

install:
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
- go version
- go env
- go get github.com/urfave/gfmrun/...
- go get -v -t ./...
- go get github.com/urfave/gfmrun/cmd/gfmrun
- go mod vendor

build_script:
- go run build.go vet
Expand Down

0 comments on commit 062a192

Please sign in to comment.