aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build.sh
Commit message (Collapse)AuthorAge
* Update travis to use CocoaPods 1.5.2 (#1103)Gravatar Paul Beusterien2018-05-13
| | | | | | | | * Update travis to use CocoaPods 1.5.2 * CODE_SIGNING_ALLOWED=YES * Remove workaround and iPhone 8 * Remove #1210 static library Podfile workaround * Add -all_load to Firestore Example so all C++ is available for tests
* Build Firestore integration tests (#1211)Gravatar Gil2018-05-03
| | | We can't necessarily run them yet, but at least verify they build
* Firestore Travis: add test runs using sanitizers (#1128)Gravatar Konstantin Varlamov2018-04-23
| | | Also move most of `before_install` actions from Travis config into scripts to reduce duplication.
* Rename iOS-specific targets with iOS-specific names (#1150)Gravatar Gil2018-04-20
| | | | | | | | | | | * Rename targets: * Firestore_Example to Firestore_Example_iOS * Firestore_Tests to Firestore_Tests_iOS * Firestore_IntegrationTests to Firestore_IntegrationTests_iOS * AllTests to AllTests_iOS * Rename associated schemes the same way * Update Podfile to reference the new targets
* Firestore Travis: ensure CTest outputs the log on failure. (#1118)Gravatar Konstantin Varlamov2018-04-18
| | | | In CMake build of Firestore, configure CTest so that upon failure, it prints out the full log of the failing test(s).
* Travis static library testing (#1047)Gravatar Paul Beusterien2018-04-09
| | | | | | * Add Objective C example app for Messaging * Travis static library testing * static lib build fixes
* Run Functions Unit Tests on travis (#954)Gravatar Paul Beusterien2018-03-21
|
* Factor out a universal build script (#884)Gravatar Gil2018-03-07
* Add a universal build script * Rewrite test.sh in terms of universal build