mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 09:31:04 +00:00
Filter xcodebuild's output
This commit is contained in:
parent
8a04c65e20
commit
a6821a1988
@ -18,5 +18,5 @@ elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
|||||||
export Qt5_DIR=$(brew --prefix)/opt/qt5
|
export Qt5_DIR=$(brew --prefix)/opt/qt5
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake .. -GXcode
|
cmake .. -GXcode
|
||||||
xcodebuild -configuration Release
|
xcodebuild -configuration Release | egrep '^(/.+:[0-9+:[0-9]+:.(error|warning):|fatal|===)'
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user