Include Golang binaries in PATH
This commit is contained in:
parent
198c72c479
commit
029191c863
|
@ -8,6 +8,7 @@ install:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
- set PATH=%GOPATH%\bin;%PATH%
|
||||||
- go env
|
- go env
|
||||||
- go version
|
- go version
|
||||||
- go get ./s3store
|
- go get ./s3store
|
||||||
|
|
Loading…
Reference in New Issue