Skip to content

Commit

Permalink
try building scheme StatusIm as well
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Mar 16, 2023
1 parent 55b779d commit aa4efb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/Jenkinsfile.ios
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit aa4efb4

Please sign in to comment.