Skip to content

Commit

Permalink
Merge pull request #898 from urfave/lynncyrin-patch-1
Browse files Browse the repository at this point in the history
Copy appveyor changes from the V2 PR
  • Loading branch information
Lynn Cyrin (they/them) committed Sep 19, 2019
2 parents c0c49a1 + 9072b3f commit 6b59274
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions 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 6b59274

Please sign in to comment.