14 lines
210 B
YAML
14 lines
210 B
YAML
clone_folder: c:\gopath\src\github.com\restic\restic
|
|
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
|
|
install:
|
|
- echo %PATH%
|
|
- echo %GOPATH%
|
|
- go version
|
|
- go env
|
|
- go get -v -t ./...
|
|
|
|
build_script:
|
|
- go test -v
|