8. セットアップ 1. Gitlab でCI を有効化 2. MacマシンにMultiRunner をインストール 3. Runnerの登録 Links Enable or disable GitLab CI Install on MacOS Setting up GitLab CI for iOS projects 9. ジョブの作成 リポジトリ直下に.gitlab-ci.ymlを置く before_script: - echo "Start gitlab ci runner" - #DeploygateのAPIKeyなどはマシン上に設定 - . ~/.bashrc_runner - bundle install ios-master: stage: archive script: - #実行コマンド - bundle exec fastlane dg only: - #ブランチを指定