Files
kubesphere/vendor/github.com/Masterminds/semver/v3/appveyor.yml
2021-03-16 10:27:20 +08:00

18 lines
187 B
YAML

version: build-{build}.{branch}
shallow_clone: true
environment:
GOPATH: C:\gopath
platform:
- x64
build_script:
- go install -v ./...
test_script:
- go test -v
deploy: off