appveyor: run build.go, use workspace from godeps

This commit is contained in:
Alexander Neumann 2015-08-18 23:19:42 +02:00
parent b34c53d39b
commit a37431e963
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
clone_folder: c:\gopath\src\github.com\restic\restic
environment:
GOPATH: c:\gopath
GOPATH: c:\gopath;c:\gopath\src\github.com\restic\restic\Godeps\_workspace
install:
- echo %PATH%
- echo %GOPATH%
- go version
- go env
- go get -v -t ./...
build_script:
- go run build.go
- go test -v