drone-sonar-plugin/vendor/github.com/codegangsta/cli/appveyor.yml

17 lines
191 B
YAML
Raw Permalink Normal View History

2018-08-28 16:39:09 +00:00
version: "{build}"
os: Windows Server 2012 R2
install:
- go version
- go env
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- go vet ./...
- go test -v ./...
test: off
deploy: off