Skip to content

Commit

Permalink
- update build script to use xcbeautify
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hart committed Feb 10, 2025
1 parent 5c24daf commit d16fc85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/auto_build/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ chmod +x "tools/Projucer/Projucer.app/Contents/MacOS/Projucer"

echo "Compiling Standalone App..."

xcodebuild -project "$standalone_folder/Builds/MacOSX/HISE Standalone.xcodeproj" -configuration "CI" | xcpretty || exit 1
set -o pipefail && xcodebuild -project "$standalone_folder/Builds/MacOSX/HISE Standalone.xcodeproj" -configuration "CI" | ./tools/Projucer/xcbeautify --renderer github-actions

#xcodebuild | xcpretty || exit 1

if [ $? != 0 ];
then
Expand Down

0 comments on commit d16fc85

Please sign in to comment.