We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f41aea commit e4f4ae4Copy full SHA for e4f4ae4
build-ci.sh
@@ -1,8 +1,6 @@
1
DERIVED_DATA=${1:-/tmp/PinLayout}
2
3
-trap 'abort' 0 &&
4
set -e &&
5
-
6
set -o pipefail &&
7
rm -rf $DERIVED_DATA &&
8
@@ -147,4 +145,4 @@ time bundle exec pod lib lint --allow-warnings
147
145
# cd ../../..
148
146
#
149
# #OTHER_SWIFT_FLAGS='-Xfrontend -debug-time-function-bodies'
150
-# xcodebuild clean test -workspace PinLayout.xcworkspace -scheme PinLayout-macOS -derivedDataPath $DERIVED_DATA -sdk macosx10.15
+# xcodebuild clean test -workspace PinLayout.xcworkspace -scheme PinLayout-macOS -derivedDataPath $DERIVED_DATA -sdk macosx10.15
0 commit comments