Skip to content

Commit 2a9987e

Browse files
author
Edward Smith
committed
Build / test script update.
1 parent 228e997 commit 2a9987e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

scripts/pod-update-all

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function updatePodsInDirectory() {
2121
cd "$prevDir"
2222
}
2323

24+
gem install cocoapods
2425
updatePodsInDirectory Branch-TestBed
2526
updatePodsInDirectory Branch-TestBed-Xcode-7
2627
updatePodsInDirectory Examples/WebViewExample

scripts/test-build-all

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ buildDirectoryProjectScheme \
8484

8585
cd Examples/WebViewExample
8686
printf "${textBlue}>>> Building '%s'...${textNormal}\n" "$(basename `pwd`)"
87-
pod install
88-
pod update
87+
# pod install
88+
# pod update
8989
cd ../..
9090
buildDirectoryProjectScheme \
9191
Examples/WebViewExample \

scripts/test-unit-tests

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ else
9191
fi
9292

9393

94-
pod install
95-
pod update
9694
cleanAll
9795
analyzeBuild
9896
for i in {1..10}

0 commit comments

Comments
 (0)