mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #844 from chinhodado/xcpretty
Use xcpretty for xcodebuild on Travis
This commit is contained in:
		
						commit
						9adb2dfb2e
					
				@ -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
 | 
			
		||||
 | 
			
		||||
@ -26,4 +26,5 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
 | 
			
		||||
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
 | 
			
		||||
    brew tap homebrew/versions
 | 
			
		||||
    brew install qt5 glfw3 pkgconfig
 | 
			
		||||
    gem install xcpretty
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user