mirror of https://github.com/mindoc-org/mindoc.git
切换包管理工具并升级依赖包
parent
4cc00c23a8
commit
ddf5a6f010
|
@ -47,8 +47,6 @@ build_script:
|
|||
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x86] SET PATH=C:\mingw32\bin;%PATH%
|
||||
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x64] SET PATH=C:\mingw64\bin;%PATH%
|
||||
- set CGO_ENABLED=1
|
||||
- go get -u github.com/golang/dep/cmd/dep && cd %GOPATH%/src/github.com/golang/dep
|
||||
- go install -ldflags="-X main.version=" ./cmd/dep
|
||||
- for /f "delims=" %%i in ('go version') do (set GO_VERSION=%%i)
|
||||
- cd c:\gopath\src\github.com\lifei6671\mindoc
|
||||
- dep ensure -v
|
||||
|
|
Loading…
Reference in New Issue