From 25005fe4e932637007c817a6413602ba72e21340 Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Thu, 16 Mar 2023 12:45:01 +0530 Subject: [PATCH] show CI xcode buildSettings --- ci/Jenkinsfile.ios | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index 0f9d6b73f8b6..95140a164f9a 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -62,8 +62,7 @@ pipeline { } stage('PreBundle') { steps { - script { sh 'make build-ios' - sh 'make build-ios-pr' } + script { sh 'xcodebuild -showBuildSettings -workspace ios/StatusIm.xcworkspace -scheme StatusImPR' } } } stage('Bundle') {