1
0
mirror of https://github.com/strongdm/comply synced 2024-07-08 17:31:47 +00:00
comply/vendor/github.com/urfave/cli/appveyor.yml

29 lines
508 B
YAML
Raw Normal View History

2018-05-15 21:13:11 +00:00
version: "{build}"
os: Windows Server 2016
image: Visual Studio 2017
clone_folder: c:\gopath\src\github.com\urfave\cli
cache:
- node_modules
2018-05-15 21:13:11 +00:00
environment:
GOPATH: C:\gopath
GOVERSION: 1.11.x
GO111MODULE: on
GOPROXY: https://proxy.golang.org
2018-05-15 21:13:11 +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
2018-05-15 21:13:11 +00:00
build_script:
- go run build.go vet
- go run build.go test
- go run build.go gfmrun docs/v1/manual.md