如何在Windows Server上部署的Jenkins上运行Swift单位测试

发布于 2025-02-11 21:18:37 字数 240 浏览 1 评论 0原文

我有一个Windows Server 2012 R2,我安装了Jenkins。

我想在Jenkins管道中运行一些为iOS应用程序执行SWIFT代码的测试。

首先,因为詹金斯安装在Windows Server上,是否可以运行此类测试?

其次,我可以使用任何Jenkins插件来执行此类任务吗? 您知道任何文档或教程吗?

我无法在互联网上找到任何相关的东西。

非常感谢

Cghersi

I have a Windows Server 2012 R2 where I installed Jenkins.

I want to run some tests that execute Swift code for our iOS app in a Jenkins pipeline.

First of all, is it possible to run such tests, since Jenkins is installed on a Windows server?

Second, is there any Jenkins plugin I can use to perform such task?
Do you know of any documentation or tutorial?

I have not been able to find anything relevant on the Internet.

Thank you very much

cghersi

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

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

发布评论

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

评论(1

來不及說愛妳 2025-02-18 21:18:37

可以在Windows上运行Swift,但是只能通过MacOS上的Xcode Tool链运行所有iOS应用程序的测试(这总是取决于iOS特定的框架)。

It’s possible to run Swift on windows, but to run all your iOS app’s tests (which invariably will depend on iOS specific frameworks like UIKit or SwiftUI) is only possible via the Xcode tool chain on macOS.

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