Skip to content

Commit 25ded96

Browse files
paulb777wilhuff
authored andcommitted
Restore cmake build inadvertently deleted in #2482 (#2948)
1 parent 6fc90d3 commit 25ded96

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,13 @@ jobs:
161161
- travis_retry ./scripts/build.sh $PROJECT $PLATFORM $METHOD
162162

163163
# Alternative platforms
164+
- stage: test
165+
env:
166+
- PROJECT=Firestore PLATFORM=macOS METHOD=cmake
167+
before_install:
168+
- ./scripts/if_changed.sh ./scripts/install_prereqs.sh
169+
script:
170+
- travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
164171

165172
# Test Firestore on Xcode 8 to use old llvm to ensure C++ portability.
166173
- stage: test

0 commit comments

Comments
 (0)