Skip to content

Commit

Permalink
Temporarily add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
manicmaniac committed Aug 24, 2023
1 parent 23d215a commit 022299a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GitHubActions/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ if [ "$MODE" = "example" -o "$MODE" = "all" ]; then
gem install bundler
bundle check || bundle install
bundle exec pod install
which xcpretty
echo "$PATH"
set -o pipefail && xcodebuild build analyze -workspace ChatExample.xcworkspace -scheme ChatExample -destination "platform=iOS Simulator,name=iPhone 11 Pro" CODE_SIGNING_REQUIRED=NO | xcpretty -c
success="1"
fi
Expand Down

0 comments on commit 022299a

Please sign in to comment.