File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,14 @@ jobs:
155
155
script :
156
156
- travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM
157
157
158
+ - stage : test
159
+ env :
160
+ - PROJECT=Firestore PLATFORM=macOS METHOD=xcodebuild
161
+ before_install :
162
+ - ./scripts/if_changed.sh ./scripts/install_prereqs.sh
163
+ script :
164
+ - travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM
165
+
158
166
# Firestore sanitizers
159
167
160
168
- stage : test
Original file line number Diff line number Diff line change @@ -304,7 +304,16 @@ case "$product-$method-$platform" in
304
304
-scheme " Firestore_IntegrationTests_$platform " \
305
305
" ${xcb_flags[@]} " \
306
306
build
307
+ ;;
307
308
309
+ Firestore-xcodebuild-macOS)
310
+ # TODO(wilhuff): Combine with above once all targets exist
311
+ RunXcodebuild \
312
+ -workspace ' Firestore/Example/Firestore.xcworkspace' \
313
+ -scheme " Firestore_Tests_$platform " \
314
+ " ${xcb_flags[@]} " \
315
+ build \
316
+ test
308
317
;;
309
318
310
319
Firestore-cmake-macOS)
You can’t perform that action at this time.
0 commit comments