mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-12 17:54:32 +00:00
run pod only for ios
Signed-off-by: Jakub Sokołowski <jakub@status.im> Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
88d3e78454
commit
9e8ec6eac7
@ -53,11 +53,11 @@ def prep(type = 'nightly') {
|
||||
/* npm deps and status-go download */
|
||||
sh "make prepare-${env.BUILD_PLATFORM}"
|
||||
/* generate ios/StatusIm.xcworkspace */
|
||||
dir('ios') {
|
||||
if (env.BUILD_PLATFORM == 'ios') {
|
||||
if (env.BUILD_PLATFORM == 'ios') {
|
||||
dir('ios') {
|
||||
podUpdate()
|
||||
sh 'pod install --silent'
|
||||
}
|
||||
sh 'pod install --silent'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user