mirror of
https://github.com/carlostrub/sisyphus
synced 2024-10-31 09:20:15 +00:00
23 lines
258 B
YAML
23 lines
258 B
YAML
|
|
version: build-{build}.{branch}
|
|
|
|
clone_folder: C:\gopath\src\github.com\carlostrub\sisyphus
|
|
shallow_clone: true
|
|
|
|
environment:
|
|
GOPATH: C:\gopath
|
|
|
|
platform:
|
|
- x64
|
|
|
|
build: off
|
|
|
|
install:
|
|
- go version
|
|
- go env
|
|
|
|
test_script:
|
|
- go test -v .
|
|
|
|
deploy: off
|