最近把项目的自动化打包配置作了一下,作一记录
1、使用xcodebuild打包、以及导出ipa文件
2、创建CI文件指定打包的触发时机(.gitlab-ci.yml)
3、gitlab-runner安装,并配置runner。注意runner运行权限,与执行脚本一致。
gitlab-runner 安装:https://docs.gitlab.com/runner/install/osx.html
最近把项目的自动化打包配置作了一下,作一记录
1、使用xcodebuild打包、以及导出ipa文件
2、创建CI文件指定打包的触发时机(.gitlab-ci.yml)
3、gitlab-runner安装,并配置runner。注意runner运行权限,与执行脚本一致。
gitlab-runner 安装:https://docs.gitlab.com/runner/install/osx.html