文件名称:xc-automation:生成代码覆盖率报告的工具
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-13 17:00:35
Makefile
xcode 自动化套件 用于 CI 目的的 xcode 自动化工具集合(lint、测试和覆盖率报告、构建实用程序) 工具自动下载 用法 安装 将其安装为 git 子模块 cd /path/to/your/project git submodule add https://github.com/kronenthaler/xc-automation.git jenkins git submodule init && git submodule update 如果 .gitmodules 文件不存在,它将创建一个模块文件夹 jenkins。 它假定项目文件将在直接父文件夹中,如果不是,请检查下面的设置进行修复。 或者只是将 Makefile 复制到项目下的文件夹中。 如有必要,请调整项目路径。 依赖关系 执行,这将下载一次所需的所有依赖项。 cd jenkins make insta
【文件预览】:
xc-automation-master
----LICENSE(11KB)
----.gitignore(264B)
----Makefile(6KB)
----README.md(3KB)