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 d577e45 commit 5dbebb9Copy full SHA for 5dbebb9
script/cibuild
@@ -59,7 +59,7 @@ if [ "$SCHEME" == "ObjectiveGit Mac" ]; then
59
-scheme "$SCHEME" \
60
${XCODE_OPTIONS[*]} \
61
build test \
62
- 2>&1 | xcpretty $XCPRETTY_FORMAT_OPTIONS
+ 2>&1 #| xcpretty $XCPRETTY_FORMAT_OPTIONS
63
elif [ "$SCHEME" == "ObjectiveGit iOS" ]; then
64
echo "*** Prebuilding OpenSSL"
65
"$SCRIPT_DIR/update_libssl_ios"
@@ -73,5 +73,5 @@ elif [ "$SCHEME" == "ObjectiveGit iOS" ]; then
73
-sdk iphonesimulator \
74
75
76
77
fi
0 commit comments