urfave-cli/appveyor.yml
Ajitem Sahasrabuddhe 7a6f3d4394
fix tests
2019-08-04 20:23:32 +05:30

27 lines
544 B
YAML

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.11.x
install:
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
- go version
- go env
- go get github.com/shurcooL/vfsgen
- go get github.com/shurcooL/httpfs/union
- go get github.com/urfave/gfmrun/...
- go get -v -t ./...
build_script:
- go run build/build.go generate
- go run build/build.go vet
- go run build/build.go test
- go run build/build.go gfmrun