From 613688cedf2aaa8b9f56fc6ad5d310531dcb4205 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Wed, 30 Jan 2019 14:08:26 +0800 Subject: [PATCH] 20140144: Job [HRB_Mobile_Other_ipa] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ·¨¼y°ó --- jobs/HRB_Mobile_Other_ipa/config.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/jobs/HRB_Mobile_Other_ipa/config.xml b/jobs/HRB_Mobile_Other_ipa/config.xml index 91adb213..3bc4f365 100644 --- a/jobs/HRB_Mobile_Other_ipa/config.xml +++ b/jobs/HRB_Mobile_Other_ipa/config.xml @@ -3,10 +3,18 @@ 用來建置feature branch或是其他Branch使用 只打包 ipa, 不做Code Push +xcode-select --install +brew install yarn node +brew install watchman ruby flow yarn +sudo npm install -g react-native-cli +sudo gem install bundler echo "source 'https://rubygems.org'" > Gemfile -echo "gem 'cocoapods', '1.4.0'" >> Gemfile -echo "gem 'fastlane', '2.107.0'" >> Gemfile +echo "gem 'xcode-install', '2.2.0'" >> Gemfile +echo "gem 'cocoapods', '1.5.0'" >> Gemfile +echo "gem 'fastlane', '2.113.0'" >> Gemfile + + false -- 2.26.2