Skip to content

Commit 0f41aea

Browse files
committed
Update
1 parent 7d87704 commit 0f41aea

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

build-ci.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
21
DERIVED_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-
153
trap 'abort' 0 &&
164
set -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-
5340
echo "===============================" &&
5441
echo "iOS unit test" &&
5542
echo "===============================" &&
@@ -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-
9278
echo "===============================" &&
9379
echo " Cocoapods: iOS Empty project" &&
9480
echo "===============================" &&

0 commit comments

Comments
 (0)