mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
22 lines
255 B
YAML
22 lines
255 B
YAML
|
version: build-{build}.{branch}
|
||
|
|
||
|
clone_folder: C:\gopath\src\github.com\Masterminds\goutils
|
||
|
shallow_clone: true
|
||
|
|
||
|
environment:
|
||
|
GOPATH: C:\gopath
|
||
|
|
||
|
platform:
|
||
|
- x64
|
||
|
|
||
|
build: off
|
||
|
|
||
|
install:
|
||
|
- go version
|
||
|
- go env
|
||
|
|
||
|
test_script:
|
||
|
- go test -v
|
||
|
|
||
|
deploy: off
|