Skip to content

Commit

Permalink
disable xcpretty
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Jul 17, 2024
1 parent 1cc7d79 commit f0a4c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ case "$TRAVIS_OS_NAME" in
/usr/libexec/PlistBuddy -c "Set CFBundleShortVersionString $VERSION" plugins/cocoaui/deadbeef-Info.plist
rev=`git rev-parse --short HEAD`
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $rev" plugins/cocoaui/deadbeef-Info.plist
xcodebuild "MACOSX_DEPLOYMENT_TARGET=10.13" test -project osx/deadbeef.xcodeproj -scheme deadbeef -configuration Debug | xcpretty -t ; test ${PIPESTATUS[0]} -eq 0
xcodebuild "MACOSX_DEPLOYMENT_TARGET=10.13" test -project osx/deadbeef.xcodeproj -scheme deadbeef -configuration Debug ; test ${PIPESTATUS[0]} -eq 0
cd ../../..
;;
windows)
Expand Down

0 comments on commit f0a4c9f

Please sign in to comment.