Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BB9z committed Jan 20, 2024
1 parent 3e71b3d commit 5b20373
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-ios
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ prepeareResultFile "$XC_RESULT_BUNDLE"
logInfo "[Xcode] Building..."

if [[ -n $XC_LOG_FILE ]]; then
# logInfo "Log file: $XC_LOG_FILE"
prepeareResultFile "$XC_LOG_FILE"
xcCommand build | showProgress || {
logError "[Xcode] Build failed:"
Expand All @@ -48,4 +47,4 @@ else
logInfo "[Xcode] Building completed."
fi

"$(dirname $0)/check-result" listIssues summary checkstyle
"$(dirname $0)/check-result" listIssues summary

0 comments on commit 5b20373

Please sign in to comment.