Skip to content

Commit e4f4ae4

Browse files
committed
Update
1 parent 0f41aea commit e4f4ae4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build-ci.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
DERIVED_DATA=${1:-/tmp/PinLayout}
22

3-
trap 'abort' 0 &&
43
set -e &&
5-
64
set -o pipefail &&
75
rm -rf $DERIVED_DATA &&
86

@@ -147,4 +145,4 @@ time bundle exec pod lib lint --allow-warnings
147145
# cd ../../..
148146
#
149147
# #OTHER_SWIFT_FLAGS='-Xfrontend -debug-time-function-bodies'
150-
# xcodebuild clean test -workspace PinLayout.xcworkspace -scheme PinLayout-macOS -derivedDataPath $DERIVED_DATA -sdk macosx10.15
148+
# xcodebuild clean test -workspace PinLayout.xcworkspace -scheme PinLayout-macOS -derivedDataPath $DERIVED_DATA -sdk macosx10.15

0 commit comments

Comments
 (0)