Add appveyor config

This commit is contained in:
Alexander Neumann 2015-08-18 23:07:24 +02:00
parent 90d1414331
commit f2dbdcb9e8
1 changed files with 14 additions and 0 deletions

14
appveyor.yml Normal file
View File

@ -0,0 +1,14 @@
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