1 Star 0 Fork 8

啊( ⊙ o ⊙ )啊! / lanxi-mahjong-server

forked from dylanpoe / lanxi-mahjong-server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build-linux.sh 304 Bytes
一键复制 编辑 原始数据 按行查看 历史
michael 提交于 2017-06-17 17:00 . No commit message
#!/bin/bash
export GOPATH=`pwd`
export GOARCH=amd64
export GOOS=linux
cd bin
go build -o server -ldflags "-X main.VERSION=1.0.4 -X 'main.BUILD_TIME=`date`' -s -w" ../src/server.go
go build -o robot -ldflags "-w -s" ../src/robot.go
upx -9 server
upx -9 robot
read -p "Press any key to continue." var
Go
1
https://gitee.com/kx0/lanxi-mahjong-server.git
git@gitee.com:kx0/lanxi-mahjong-server.git
kx0
lanxi-mahjong-server
lanxi-mahjong-server
master

搜索帮助