vikunja-api/vendor/github.com/urfave/cli/appveyor.yml

29 lines
508 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
2019-12-01 14:38:11 +01:00
cache:
- node_modules
environment:
GOPATH: C:\gopath
2019-10-16 22:52:29 +02:00
GOVERSION: 1.11.x
2019-12-01 14:38:11 +01:00
GO111MODULE: on
GOPROXY: https://proxy.golang.org
install:
2019-10-16 22:52:29 +02:00
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
- go version
- go env
2019-12-01 14:38:11 +01:00
- go get github.com/urfave/gfmrun/cmd/gfmrun
- go mod vendor
build_script:
2019-10-16 22:52:29 +02:00
- go run build.go vet
- go run build.go test
2019-12-01 14:38:11 +01:00
- go run build.go gfmrun docs/v1/manual.md