Skip to content

Commit

Permalink
Turn xcpretty back on for less verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Aug 9, 2022
1 parent 008f18d commit 4c5542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mkdir -p "$APP_DIST_DIR"
if [[ "$OSTYPE" == "darwin"* ]]; then
cd "$MAILSYNC_DIR"
gem install xcpretty;
set -o pipefail && xcodebuild -scheme mailsync -configuration Release;
set -o pipefail && xcodebuild -scheme mailsync -configuration Release | xcpretty;

# the xcodebuild copies the build products to the APP_ROOT_DIR and codesigns
# them for us. We just need to tar them up and move them to the artifacts folder
Expand Down

0 comments on commit 4c5542b

Please sign in to comment.