mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 15:18:20 -05:00
Use xcpretty for xcodebuild on Travis
This commit is contained in:
@ -18,5 +18,5 @@ elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
export Qt5_DIR=$(brew --prefix)/opt/qt5
|
||||
mkdir build && cd build
|
||||
cmake .. -GXcode
|
||||
xcodebuild -configuration Release
|
||||
xcodebuild -configuration Release | xcpretty -c && exit ${PIPESTATUS[0]}
|
||||
fi
|
||||
|
Reference in New Issue
Block a user