提交 0fdfe0d1 编写于 作者: V visualfc

build: build windows tags remote -s

上级 7b9c061c
......@@ -45,13 +45,13 @@ if defined %GOPATH (
set GOPATH=%CD%
)
go install -ldflags "-s" -v github.com/visualfc/gotools
go install -v github.com/visualfc/gotools
if ERRORLEVEL 1 goto go_fail
go install -ldflags "-s" -v github.com/visualfc/gocode
go install -v github.com/visualfc/gocode
if ERRORLEVEL 1 goto go_fail
go install -ldflags "-s" -v github.com/fatih/gomodifytags
go install -v github.com/fatih/gomodifytags
if ERRORLEVEL 1 goto go_fail
echo export qrc images
......
......@@ -42,13 +42,13 @@ if defined %GOPATH (
set GOPATH=%CD%
)
go install -ldflags "-s" -v github.com/visualfc/gotools
go install -v github.com/visualfc/gotools
if ERRORLEVEL 1 goto go_fail
go install -ldflags "-s" -v github.com/visualfc/gocode
go install -v github.com/visualfc/gocode
if ERRORLEVEL 1 goto go_fail
go install -ldflags "-s" -v github.com/fatih/gomodifytags
go install -v github.com/fatih/gomodifytags
if ERRORLEVEL 1 goto go_fail
echo export qrc images
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册