We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7febad commit b1b5d50Copy full SHA for b1b5d50
test/test.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-set -e
+set -ex
3
4
build() {
5
xcodebuild -workspace Binary.xcworkspace -scheme Binary ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO -quiet || exit 1
0 commit comments