在 OS X 上为 MonoTouch 构建服务器?

发布于 2024-09-15 17:45:06 字数 140 浏览 1 评论 0原文

我正在使用 MonoTouch 迈出 iPhone/iPad 开发领域的第一步,并希望采用我在“日常”工作中坚持的做法。

OS X 是否有一个与 MonoTouch/Nunit 配合良好的构建服务器?

非常感谢,

I am taking my first steps in the world of iPhone/iPad development with MonoTouch and wish to adopt the practices that I adhere to in my "day" job.

Is there a buildserver for OS X that plays nice with MonoTouch/Nunit?

Thanks kindly,

Dan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦里兽 2024-09-22 17:45:15

我不知道你如何构建实际的 iPhone 项目,但是你尽可能多地分包来单独的项目,这样只有需要时髦 MT 引用的部分才位于你至少可以构建的中央 UI 项目中其余一切正常。

我刚刚开始使用 TinyIoc,这将在这方面有所帮助。

至于特定的构建服务器 - TeamCity 不是使用 Java 和 Appache 构建的吗?如果是这样,就没有理由不能在您的 OSX 上运行。

也就是说,为什么您希望构建服务器位于您开发的同一台物理机器上?

I don't know how you'd get the actual iPhone project to build but of you farm out as much as you can to seperate projects so only the bits that need the funky MT references are in the central UI project you can at least build the rest as normal.

I've just started using TinyIoc which will help in this regard.

As for a specific build server - isnt TeamCity built using Java and Appache? If so there should be no reason why this won't work on your OSX.

That said - why would you want the build server on the same physical machine you dev on?

亚希 2024-09-22 17:45:13

假设您安装了 MonoDevelop 和 MonoTouch,您可以使用 MonoDevelop 命令行工具构建解决方案:

/Applications/MonoDevelop.app/Contents/MacOS/mdtool build

对于选项,运行

/Applications/MonoDevelop.app/Contents/MacOS/mdtool build --help

Assuming you have MonoDevelop and MonoTouch installed, you can build solutions using the MonoDevelop commandline tool:

/Applications/MonoDevelop.app/Contents/MacOS/mdtool build

For options, run

/Applications/MonoDevelop.app/Contents/MacOS/mdtool build --help
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文