urfave-cli/appveyor.yml

24 lines
409 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
2016-05-22 23:15:05 +00:00
environment:
2016-05-22 23:37:59 +00:00
GOPATH: C:\gopath
GOVERSION: 1.11.x
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/...
- go get -v -t ./...
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