drone-sonar-plugin/vendor/github.com/codegangsta/cli/appveyor.yml
2018-08-29 00:39:09 +08:00

17 lines
191 B
YAML
Executable File

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