文件名称:ci-scripts:用于持续集成的有用脚本
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-19 10:39:53
Python
用于持续集成的有用脚本 使用 Xcode 持续集成到项目中的有用脚本的集合。 需要 Python 3 钩子需要 git v2 如何使用 将项目克隆到项目根目录下的 scripts 文件夹,将 pre-push.sample 作为 pre-push 复制到 .git/hooks 文件夹中 例如:PROJ-HOME = /Users/alexandre/projects/my-ios-project $ cd /Users/alexandre/projetos/my-ios-project $ git clone git@github.com:garrefa/ci-scripts.git scripts $ cp scripts/pre-push.sample .git/hooks/pre-push 验证-pbx.py 检查项目的重要目标(丢弃测试目标) 检查添加到目标之一的哪些
【文件预览】:
ci-scripts-master
----README.MD(1KB)
----pre-push.sample(2KB)
----LICENSE(1KB)
----validate-pbx.py(5KB)