mirror of
https://github.com/restic/restic.git
synced 2024-12-23 00:07:25 +00:00
14 lines
264 B
YAML
14 lines
264 B
YAML
clone_folder: c:\gopath\src\github.com\restic\restic
|
|
|
|
environment:
|
|
GOPATH: c:\gopath;c:\gopath\src\github.com\restic\restic\Godeps\_workspace
|
|
|
|
install:
|
|
- echo %PATH%
|
|
- echo %GOPATH%
|
|
- go version
|
|
- go env
|
|
|
|
build_script:
|
|
- go run build.go
|
|
- go test -v
|