18 lines
187 B
YAML
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
|