We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b316d05 commit d7b0919Copy full SHA for d7b0919
build/scripts/build.sh
@@ -5,7 +5,7 @@ set -e
5
WORKSPACE=`pwd`
6
7
function xcodebuild_pretty {
8
- XCFORMATTER=tee
+ XCFORMATTER=true
9
if hash xcpretty 2>/dev/null; then
10
XCFORMATTER=xcpretty
11
fi
@@ -84,4 +84,4 @@ xcrun -sdk iphoneos PackageApplication -v "$WORKSPACE/cmake-build/tests/TestRunn
84
>> "$WORKSPACE/build.log" 2>&1
85
TestRunner/Debug-iphoneos/TestRunner.app" \
86
-o "$WORKSPACE/cmake-build/tests/TestRunner/Debug-iphoneos/TestRunner.ipa" \
87
- >> "$WORKSPACE/build.log" 2>&1
+ >> "$WORKSPACE/build.log" 2>&1
0 commit comments