diff --git a/build.sh b/build.sh index c24719789..b1db5e420 100755 --- a/build.sh +++ b/build.sh @@ -43,7 +43,7 @@ function build_example { -sdk "$SDK" \ -destination "$PLATFORM" \ -derivedDataPath "$DERIVED_DATA_PATH" \ - build | xcpretty -s + build elif [ -f "${example}/Cartfile" ]; then echo "Using Carthage" local_repo=`pwd` @@ -58,7 +58,7 @@ function build_example { -scheme Sample \ -sdk "$SDK" \ -destination "$PLATFORM" \ - build | xcpretty -s + build cd ../.. fi @@ -88,7 +88,7 @@ tests|all) -scheme AsyncDisplayKit \ -sdk "$SDK" \ -destination "$PLATFORM" \ - build-for-testing test | xcpretty -s + build-for-testing test success="1" ;; @@ -107,7 +107,7 @@ tests_listkit) -scheme ASDKListKitTests \ -sdk "$SDK" \ -destination "$PLATFORM" \ - build-for-testing test | xcpretty -s + build-for-testing test success="1" ;; @@ -206,7 +206,7 @@ life-without-cocoapods|all) -scheme "Life Without CocoaPods" \ -sdk "$SDK" \ -destination "$PLATFORM" \ - build | xcpretty -s + build success="1" ;; @@ -218,7 +218,7 @@ framework|all) -scheme Sample \ -sdk "$SDK" \ -destination "$PLATFORM" \ - build | xcpretty -s + build success="1" ;;