restic/appveyor.yml

15 lines
264 B
YAML
Raw Normal View History

2015-08-18 21:07:24 +00:00
clone_folder: c:\gopath\src\github.com\restic\restic
environment:
GOPATH: c:\gopath;c:\gopath\src\github.com\restic\restic\Godeps\_workspace
2015-08-18 21:07:24 +00:00
install:
- echo %PATH%
- echo %GOPATH%
- go version
- go env
build_script:
- go run build.go
2015-08-18 21:07:24 +00:00
- go test -v