urfave-cli/appveyor.yml

29 lines
490 B
YAML
Raw Normal View History

version: "{build}"
os: Windows Server 2016
image: Visual Studio 2017
clone_folder: c:\gopath\src\github.com\urfave\cli
cache:
- node_modules
2016-05-22 23:15:05 +00:00
environment:
2016-05-22 23:37:59 +00:00
GOPATH: C:\gopath
GOVERSION: 1.11.x
GO111MODULE: on
GOPROXY: https://proxy.golang.org
2016-05-22 23:15:05 +00:00
install:
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
- go version
- go env
- go get github.com/urfave/gfmrun/cmd/gfmrun
- go mod vendor
build_script:
2019-08-06 20:21:02 +00:00
- go run build.go vet
- go run build.go test
- go run build.go gfmrun