From 2e670a2c5a25e40eccb15b038bc5408f18a6a4bb Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Thu, 16 Mar 2023 12:22:09 +0530 Subject: [PATCH] try building scheme StatusIm as well --- ci/Jenkinsfile.ios | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index 9d92c92e627e..0f9d6b73f8b6 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -62,7 +62,8 @@ pipeline { } stage('PreBundle') { steps { - script { sh 'make build-ios-pr' } + script { sh 'make build-ios' + sh 'make build-ios-pr' } } } stage('Bundle') {