File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,14 @@ jobs:
322
322
script :
323
323
- travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
324
324
325
+ - stage : test
326
+ env :
327
+ - PROJECT=Firestore PLATFORM=iOS METHOD=xcodebuild SANITIZERS=tsan
328
+ before_install :
329
+ - ./scripts/if_changed.sh ./scripts/install_prereqs.sh
330
+ script :
331
+ - travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
332
+
325
333
# TODO(varconst): enable UBSan in xcodebuild. Right now if fails during
326
334
# linkage (it works if enabled together with ASan, but it's supposed to be
327
335
# usable on its own, too).
@@ -423,6 +431,8 @@ jobs:
423
431
- PROJECT=Firestore PLATFORM=macOS METHOD=cmake SANITIZERS=tsan
424
432
- env :
425
433
- PROJECT=Firestore PLATFORM=iOS METHOD=xcodebuild SANITIZERS=asan
434
+ - env :
435
+ - PROJECT=Firestore PLATFORM=iOS METHOD=xcodebuild SANITIZERS=tsan
426
436
- env :
427
437
- PROJECT=GoogleDataTransportIntegrationTest PLATFORM=iOS METHOD=xcodebuild
428
438
- env :
You can’t perform that action at this time.
0 commit comments