File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,15 @@ jobs:
140
140
- travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM
141
141
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.sh GoogleDataTransport.podspec
142
142
143
+ # GoogleDataTransport integration tests using the default Xcode version.
144
+ - stage : test
145
+ env :
146
+ - PROJECT=GoogleDataTransportIntegrationTest PLATFORM=iOS METHOD=xcodebuild
147
+ before_install :
148
+ - ./scripts/if_changed.sh ./scripts/install_prereqs.sh
149
+ script :
150
+ - travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM
151
+
143
152
# GoogleDataTransportCCTSupport unit tests and pod linting using the default Xcode version.
144
153
- stage : test
145
154
env :
@@ -323,6 +332,8 @@ jobs:
323
332
- PROJECT=Firestore PLATFORM=iOS METHOD=xcodebuild SANITIZERS=tsan
324
333
- env :
325
334
- PROJECT=InAppMessaging PLATFORM=iOS METHOD=xcodebuild
335
+ - env :
336
+ - PROJECT=GoogleDataTransportIntegrationTest PLATFORM=iOS METHOD=xcodebuild
326
337
327
338
# TODO(varconst): enable if it's possible to make this flag work on build
328
339
# stages. It's supposed to avoid waiting for jobs that are allowed to fail
Original file line number Diff line number Diff line change @@ -345,14 +345,16 @@ case "$product-$method-$platform" in
345
345
346
346
RunXcodebuild \
347
347
-workspace ' GoogleDataTransport/gen/GoogleDataTransport/GoogleDataTransport.xcworkspace' \
348
- -scheme " GoogleDataTransport-Unit-Tests-Integration " \
348
+ -scheme " GoogleDataTransport-Unit-Tests-Lifecycle " \
349
349
" ${xcb_flags[@]} " \
350
350
build \
351
351
test
352
+ ;;
352
353
354
+ GoogleDataTransportIntegrationTest-xcodebuild-iOS)
353
355
RunXcodebuild \
354
356
-workspace ' GoogleDataTransport/gen/GoogleDataTransport/GoogleDataTransport.xcworkspace' \
355
- -scheme " GoogleDataTransport-Unit-Tests-Lifecycle " \
357
+ -scheme " GoogleDataTransport-Unit-Tests-Integration " \
356
358
" ${xcb_flags[@]} " \
357
359
build \
358
360
test
You can’t perform that action at this time.
0 commit comments