提交 6e6df137 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

build cmd

上级 126d246d
rm -rf build
mkdir build
mkdir build/log
cp -r data build/
cp -r demo 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
cd build
cp zd-linux zd
tar -zcvf zd-linux-1.0.tar.gz zd data demo
rm zd
cd ..
scp build/zd-linux* aaron@172.16.13.1:/Users/aaron/testing/project/zd/build
\ No newline at end of file
......@@ -6,12 +6,4 @@ cp -r demo build/
go-bindata -o=res/res.go -pkg=res res/ res/doc
CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 go build -o build/zd-mac src/zd.go
cd build
cp zd-mac zd
zip -r zd-mac-1.0.zip zd data demo
rm zd
cd ..
\ No newline at end of file
CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 go build -o build/zd-mac src/zd.go
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册