codeskyblue / gobuild

not maintained, moved to https://github.com/gobuild/gobuild
GNU General Public License v2.0
200 stars 18 forks source link

支持编译Gogs上的项目。 #41

Open lunny opened 9 years ago

lunny commented 9 years ago

如将Gobuild部署到企业内部,可支持编译企业内部的Gogs项目。

codeskyblue commented 9 years ago

企业里似乎就不能用七牛了

lunny commented 9 years ago

你现在是完全依赖七牛吗?没有本地的选项吗?

codeskyblue commented 9 years ago

本地但是好弄,但是真的有人会去用吗。小企业有jenkins 大企业自己开发平台,。。。。

codeskyblue commented 9 years ago

可以改成本地的,也不是太难 2014-10-5 PM7:50于 "Lunny Xiao" notifications@github.com写道:

你现在是完全依赖七牛吗?没有本地的选项吗?

— Reply to this email directly or view it on GitHub https://github.com/codeskyblue/gobuild/issues/41#issuecomment-57933737.

lunny commented 9 years ago

嗯。我觉得搞个本地版本挺好的。Gogs和gobuild配合在企业内部使用。现在gogs要做到push to deploy还差个编译环节。要是能把这个打通是非常好的。@Unknwon

unknwon commented 9 years ago

Gogs 昨天已经推送了 git hook支持

lunny commented 9 years ago

你支持了。对于脚本语言,就可以直接发送到生产服务器,但是对于go,必须要编译后才可以。所以需要一个在线编译才行。

codeskyblue commented 9 years ago

flynn不是也可以做到吗? @lunny

unknwon commented 9 years ago

@lunny 脚本语言编译 go 啊