|
|
@@ -26,6 +26,9 @@ fi
|
|
|
if [ $SDK == "FirebasePerformance" ]; then
|
|
|
scripts/setup_bundler.sh
|
|
|
scripts/third_party/travis/retry.sh scripts/build.sh Performance ${platform} unit
|
|
|
+elif [ $SDK == "FirebaseFirestore" ]; then
|
|
|
+ scripts/install_prereqs.sh Firestore ${platform} xcodebuild
|
|
|
+ scripts/third_party/travis/retry.sh scripts/build.sh Firestore ${platform} xcodebuild
|
|
|
else
|
|
|
# Run unit tests of pods and put xcresult bundles into output_path, which
|
|
|
# should be a targeted dir of actions/upload-artifact in workflows.
|