Skip to content

Commit 494d9e7

Browse files
committed
Update
1 parent 5fdfe37 commit 494d9e7

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

build-ci.sh

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -112,22 +112,22 @@ rm -rf $DERIVED_DATA
112112
cd ../../..
113113

114114

115-
echo "==============================="
116-
echo " Carthage: iOS Empty project"
117-
echo "==============================="
118-
cd TestProjects/carthage/ios
119-
rm -rf $DERIVED_DATA
120-
rm Cartfile
121-
echo "git \"file:///$BASEDIR\"" > Cartfile
122-
carthage update --use-ssh --platform iOS --use-xcframeworks
123-
xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj \
124-
-scheme PinLayout-Carthage-iOS -sdk iphonesimulator15.2 \
125-
-derivedDataPath $DERIVED_DATA \
126-
-destination 'platform=iOS Simulator,name=iPhone 8,OS=15.2' \
127-
| xcpretty
128-
rm -rf $DERIVED_DATA
129-
rm Cartfile.resolved
130-
cd ../../..
115+
# echo "==============================="
116+
# echo " Carthage: iOS Empty project"
117+
# echo "==============================="
118+
# cd TestProjects/carthage/ios
119+
# rm -rf $DERIVED_DATA
120+
# rm Cartfile
121+
# echo "git \"file:///$BASEDIR\"" > Cartfile
122+
# carthage update --use-ssh --platform iOS --use-xcframeworks
123+
# xcodebuild clean build -project PinLayout-Carthage-iOS.xcodeproj \
124+
# -scheme PinLayout-Carthage-iOS -sdk iphonesimulator15.2 \
125+
# -derivedDataPath $DERIVED_DATA \
126+
# -destination 'platform=iOS Simulator,name=iPhone 8,OS=15.2' \
127+
# | xcpretty
128+
# rm -rf $DERIVED_DATA
129+
# rm Cartfile.resolved
130+
# cd ../../..
131131

132132

133133
echo "=========================================="

0 commit comments

Comments
 (0)