2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-16 15:52:23 +00:00
restic/appveyor.yml

15 lines
210 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
install:
- echo %PATH%
- echo %GOPATH%
- go version
- go env
- go get -v -t ./...
build_script:
- go test -v