Clone submodules on AppVeyor
This commit is contained in:
parent
b67b303594
commit
882214982d
|
@ -1,8 +1,13 @@
|
||||||
clone_folder: c:\projects\go\src\github.com\tus\tusd
|
clone_folder: c:\projects\go\src\github.com\tus\tusd
|
||||||
|
|
||||||
|
environment:
|
||||||
|
GOPATH: c:\projects\go
|
||||||
|
GO15VENDOREXPERIMENT: 1
|
||||||
|
|
||||||
|
install:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- set GOPATH=c:\projects\go
|
|
||||||
- set GO15VENDOREXPERIMENT=1
|
|
||||||
- go env
|
- go env
|
||||||
- go version
|
- go version
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue