File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 1-
21DERIVED_DATA=${1:-/ tmp/ PinLayout}
32
4- abort ()
5- {
6- echo >&2 '
7- ***************
8- *** ABORTED ***
9- ***************
10- '
11- echo " An error occurred. Exiting..." >&2
12- exit 1
13- }
14-
153trap ' abort' 0 &&
164set -e &&
175
@@ -49,7 +37,6 @@ time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
4937 -destination ' platform=iOS Simulator,name=iPhone 7,OS=11.4' \
5038 | xcpretty &&
5139
52-
5340echo " ===============================" &&
5441echo " iOS unit test" &&
5542echo " ===============================" &&
@@ -88,7 +75,6 @@ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-i
8875# -derivedDataPath $DERIVED_DATA -sdk macosx10.15 \
8976# | xcpretty
9077
91-
9278echo " ===============================" &&
9379echo " Cocoapods: iOS Empty project" &&
9480echo " ===============================" &&
You can’t perform that action at this time.
0 commit comments