2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-29 07:00:49 +00:00
restic/appveyor.yml
2015-08-19 20:23:52 +02:00

15 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