Skip to content

Commit

Permalink
show CI xcode buildSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Mar 16, 2023
1 parent aa4efb4 commit 25005fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/Jenkinsfile.ios
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 25005fe

Please sign in to comment.