mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-23 16:20:09 +00:00
Use xcpretty for osx build on travis
This commit is contained in:
parent
e5ddbfee02
commit
2e5b4b620a
@ -12,5 +12,5 @@ elif [ "$TRAVIS_OS_NAME" = osx ]; then
|
||||
export Qt5_DIR=$(brew --prefix)/opt/qt5
|
||||
mkdir build && cd build
|
||||
cmake .. -GXcode
|
||||
xcodebuild
|
||||
xcodebuild | xcpretty -c && exit ${PIPESTATUS[0]}
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user