Skip to content

Commit c123b46

Browse files
committed
change build script
1 parent 3e44465 commit c123b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,11 @@ case "$product-$platform-$method" in
383383
"${firestore_emulator}" start
384384
trap '"${firestore_emulator}" stop' ERR EXIT
385385

386+
# Memory intensive, so we limit jobs
386387
RunXcodebuild \
387388
-workspace 'Firestore/Example/Firestore.xcworkspace' \
388389
-scheme "Firestore_IntegrationTests_$platform" \
389390
"${xcb_flags[@]}" \
390-
# Memory intensive, so we limit jobs
391391
-jobs 4 \
392392
build-for-testing
393393
;;
@@ -405,11 +405,11 @@ case "$product-$platform-$method" in
405405
"${firestore_emulator}" start
406406
trap '"${firestore_emulator}" stop' ERR EXIT
407407

408+
# Memory intensive, so we limit jobs
408409
RunXcodebuild \
409410
-workspace 'Firestore/Example/Firestore.xcworkspace' \
410411
-scheme "Firestore_IntegrationTests_Enterprise_$platform" \
411412
"${xcb_flags[@]}" \
412-
# Memory intensive, so we limit jobs
413413
-jobs 4 \
414414
build-for-testing
415415
;;

0 commit comments

Comments
 (0)