切换包管理工具并升级依赖包

pull/219/merge
Minho 2018-03-06 15:39:06 +08:00
parent 4cc00c23a8
commit ddf5a6f010
1 changed files with 0 additions and 2 deletions

View File

@ -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