Skip to content

Commit f250c3d

Browse files
committed
Enable pipefail
1 parent 7813f12 commit f250c3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/cibuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ fi
3232
## Configuration Variables
3333
##
3434

35+
set -o pipefail
3536
SCRIPT_DIR=$(dirname "$0")
3637
XCWORKSPACE="ObjectiveGitFramework.xcworkspace"
3738
XCODE_OPTIONS=$(RUN_CLANG_STATIC_ANALYZER=NO ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO)

0 commit comments

Comments
 (0)