mirror of
https://github.com/octoleo/restic.git
synced 2024-11-29 16:23:59 +00:00
appveyor: run build.go, use workspace from godeps
This commit is contained in:
parent
b34c53d39b
commit
a37431e963
@ -1,14 +1,14 @@
|
|||||||
clone_folder: c:\gopath\src\github.com\restic\restic
|
clone_folder: c:\gopath\src\github.com\restic\restic
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
GOPATH: c:\gopath
|
GOPATH: c:\gopath;c:\gopath\src\github.com\restic\restic\Godeps\_workspace
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- echo %PATH%
|
- echo %PATH%
|
||||||
- echo %GOPATH%
|
- echo %GOPATH%
|
||||||
- go version
|
- go version
|
||||||
- go env
|
- go env
|
||||||
- go get -v -t ./...
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
- go run build.go
|
||||||
- go test -v
|
- go test -v
|
||||||
|
Loading…
Reference in New Issue
Block a user