From a37431e9633d7301615a0d7cdf3dba6f3dea4b4f Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 18 Aug 2015 23:19:42 +0200 Subject: [PATCH] appveyor: run build.go, use workspace from godeps --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ad12520cc..514b65061 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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