aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build.sh
Commit message (Collapse)AuthorAge
* 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