From ddf5a6f0101caecf655b1aa7f12971117c2bcc67 Mon Sep 17 00:00:00 2001 From: Minho Date: Tue, 6 Mar 2018 15:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=8C=85=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=B9=B6=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index be00e0ad..6442a6c4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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