summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-11 16:45:14 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-11 16:45:14 -0700
commitbe47e35a975ff7c43755e8c3898512147bb37904 (patch)
tree3c11260b6283cac201e283c859de18bbcf4005a3 /scripts
parentc1a38b66e56de7cc1915b4b77a3b6513acbba8eb (diff)
downloadqtlocation-mapboxgl-be47e35a975ff7c43755e8c3898512147bb37904.tar.gz
[ios, osx] The return of xcpretty, part II (#4676)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/main.mk4
1 files changed, 2 insertions, 2 deletions
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"