提交 6062297c 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

add build script for win

上级 cff12816
rd /s/q build
mkdir build
go-bindata -o=res/res.go -pkg=res res/ res/doc
SET CGO_ENABLED=1
SET GOOS=windows
SET GOARCH=386
go build -o build\zd-x86.exe src\zd.go
SET GOARCH=amd64
go build -o build\zd-amd64.exe src\zd.go
scp build\zd-* aaron@172.16.13.1:/Users/aaron/rd/project/zentao/go/zd/build
\ No newline at end of file
rm -rf build
mkdir build
go-bindata -o=res/res.go -pkg=res res/ res/doc
GO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o build/zd-linux src/zd.go
scp build/zd-linux* aaron@172.16.13.1:/Users/aaron/rd/project/zentao/go/zd/build
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册