1 Star 0 Fork 36

changboter/gogs

forked from 无闻/gogs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gobuild.yml 528 Bytes
一键复制 编辑 原始数据 按行查看 历史
Unknwon 提交于 2014-11-04 07:56 . fix gobuild
filesets:
includes:
- conf
- etc
- public
- scripts
- templates
- LICENSE
- README.md
- README_ZH.md
excludes:
- \.git
depth: 5
settings:
build: |
if test "$GOOS" = "windows" -a "$GOARCH" = "386"
then
go install -v
else
go get -v -tags "sqlite redis memcache cert" github.com/gogits/gogs
go install -v -tags "sqlite redis memcache cert"
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/changboter/gogs.git
git@gitee.com:changboter/gogs.git
changboter
gogs
gogs
master

搜索帮助