From 09c75c4fb8269d74ccfdfaccb36ea9f7519efdb5 Mon Sep 17 00:00:00 2001 From: Gil Date: Wed, 11 Jul 2018 19:21:48 -0700 Subject: Fix Firestore when compiled with Xcode 8.3 (#1519) * Add a travis stage that tests building Firestore with Xcode 8.3. * Simulate on a device available in Xcode 8 * Fix compile errors under Xcode 8.3.3 * Remove Firestore_SwiftTests_iOS from the Firestore_Tests_iOS Scheme I'll create a new target for this but in another PR. * Add an entry to CHANGELOG.md --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 59ba692..934c106 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,6 +119,15 @@ jobs: script: - ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD + - stage: test + osx_image: xcode8.3 + env: + - PROJECT=Firestore PLATFORM=iOS METHOD=xcodebuild XCODE_VERSION=8.3.3 + before_install: + - ./scripts/if_changed.sh ./scripts/install_prereqs.sh + script: + - ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD + # Community-supported platforms - stage: test -- cgit v1.2.3