1 Star 0 Fork 10

kslly/cookbook

forked from oldfeel/cookbook 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gobuild.sh 660 Bytes
一键复制 编辑 原始数据 按行查看 历史
oldfeel 提交于 2018-01-29 15:34 . add code v1.0
cd 添加版本号
go run main.go
cd ../api
# 编译linux版本
env GOOS=linux GOARCH=amd64 go build main.go
mv -f main cookbook_linux
# 编译windows 32位版本
env GOOS=windows GOARCH=386 go build main.go
mv -f main.exe cookbook_win32.exe
# 编译windows 64位版本
env GOOS=windows GOARCH=amd64 go build main.go
mv -f main.exe cookbook_win64.exe
# 编译mac版本
env GOOS=darwin GOARCH=amd64 go build main.go
mv -f main cookbook_mac
tar zcvf ../cookbook.tar.gz cookbook_* conf static views
cd ..
# 同步代码到版本控制(git)
./push.sh
# yuncommunity.com 为部署的域名,没有部署则不用这一步
curl http://yuncommunity.com:8040/更新
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kslly/cookbook.git
git@gitee.com:kslly/cookbook.git
kslly
cookbook
cookbook
master

搜索帮助