mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 04:47:51 +00:00
15 lines
210 B
YAML
15 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
|