From be47e35a975ff7c43755e8c3898512147bb37904 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 11 Apr 2016 16:45:14 -0700 Subject: [ios, osx] The return of xcpretty, part II (#4676) --- scripts/main.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/main.mk b/scripts/main.mk index a0e6a0d67a..51879c23a1 100644 --- a/scripts/main.mk +++ b/scripts/main.mk @@ -108,13 +108,13 @@ Makefile/%: Makefile/__project__ Xcode/%: Xcode/__project__ @printf "$(TEXT_BOLD)$(COLOR_GREEN)* Building target $*...$(FORMAT_END)\n" - xcodebuild \ + set -o pipefail && xcodebuild \ CODE_SIGNING_REQUIRED=NO \ CODE_SIGN_IDENTITY= \ -project $(PLATFORM_OUTPUT)/platform/$(PLATFORM)/platform.xcodeproj \ -configuration $(BUILDTYPE) \ -target $* \ - -jobs $(JOBS) + -jobs $(JOBS) | xcpretty Ninja/%: Ninja/__project__ @printf "$(TEXT_BOLD)$(COLOR_GREEN)* Building target $*...$(FORMAT_END)\n" -- cgit v1.2.1