From 824bc19dd9f97843cd6cb205ae842ab2cd4eb741 Mon Sep 17 00:00:00 2001 From: assiduous Date: Wed, 19 Feb 2020 20:55:34 -0800 Subject: iOS travis build: removed xcpretty to understand why the build fails --- BuildTools/Scripts/travis/build_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BuildTools/Scripts') diff --git a/BuildTools/Scripts/travis/build_install.sh b/BuildTools/Scripts/travis/build_install.sh index 2b40dac0..60f73441 100755 --- a/BuildTools/Scripts/travis/build_install.sh +++ b/BuildTools/Scripts/travis/build_install.sh @@ -16,5 +16,5 @@ if [ "$TRAVIS_OS_NAME" = "osx" ]; then cmake .. $1 -DCMAKE_INSTALL_PREFIX=install -G "Xcode" || return local BUILD_SETTINGS="" fi - xcodebuild -target install -configuration ${CONFIG} ${BUILD_SETTINGS} | xcpretty && return ${PIPESTATUS[0]} + xcodebuild -target install -configuration ${CONFIG} ${BUILD_SETTINGS} fi -- cgit v1.2.3