有没有不错的编译器网络服务?
想法如下:将代码提交到存储库并调用 Web 服务(或通过 Web 应用程序输入请求)以对其进行编译。 然后结果被推送到 FTP 服务器、S3 存储桶等。公共互联网上有类似的东西吗?
TFS 具有构建队列功能,但我更多地考虑的是互联网(而不是内联网)Web 服务。 如果它可以从已知的源代码控制接口(Subversion、CVS 等)中提取数据,那么除了选择编译器和特定的编译选项之外,调用者只需要做很少的事情。
我的推理更多的是消除大量软件安装和配置麻烦,特别是在不同语言/平台/框架/项目之间工作时
Here's the idea: you commit your code to a repository and call a web service (or enter the request through a web app) to have it compiled. The results are then pushed up to a FTP server, S3 bucket, etc. Is there anything like this out there on the public internet?
TFS has a build queuing feature, but I'm thinking more along the lines of a internet (not intranet) web service. And if it can pull from known source control interfaces (Subversion, CVS, etc.) then the caller needs to pass very little besides selecting a compiler and specific compilation options.
My reasoning is more along the lines of removing a lot of software installation and configuration hassles, especially when working between different languages/platforms/frameworks/projects
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 是否有用于检查开放的构建农场针对不同操作系统的源应用程序?以获取相关信息。
See Is there build farm for checking open source apps against different OS'es? for related information.