mirror of
https://github.com/status-im/status-react.git
synced 2025-02-04 23:26:11 +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 */
|
/* npm deps and status-go download */
|
||||||
sh "make prepare-${env.BUILD_PLATFORM}"
|
sh "make prepare-${env.BUILD_PLATFORM}"
|
||||||
/* generate ios/StatusIm.xcworkspace */
|
/* generate ios/StatusIm.xcworkspace */
|
||||||
dir('ios') {
|
if (env.BUILD_PLATFORM == 'ios') {
|
||||||
if (env.BUILD_PLATFORM == 'ios') {
|
dir('ios') {
|
||||||
podUpdate()
|
podUpdate()
|
||||||
|
sh 'pod install --silent'
|
||||||
}
|
}
|
||||||
sh 'pod install --silent'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user