如何在Windows Server上部署的Jenkins上运行Swift单位测试
我有一个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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以在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.