aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add the CocoaPods integration tests to Travis.Sergio Campamá2016-06-141-0/+12
| | | | | | Also hotwires updating ruby as CocoaPods was crashing within a support library. Fixes #1619
* Automated testing tweaks for ObjCThomas Van Lenten2016-05-241-44/+17
| | | | | | | | | | | | | | | - Move the ObjC tests into the list and exclude them on linux, this will change where in the order they start, since they are longer, it will have other things run in parallel instead of them ending up last and taking the longest. - Switch to the Xcode 7.3 image. - Drop the use of xctool and stream line things through the full_mac_build.sh script. This means we end up with only one build script instead of two. - Tweaks to the mac build script: - Make iOS Xcode version support explicit - Support Debug/Release only building - Change the OS X min parallel count to 2 to better deal with VMs. - Split the travis ios tests into the two Xcode Configurations as the logs are choking travis.
* Read files directly from filesystem since xxd isn't always available.Josh Haberman2016-04-291-1/+1
|
* Make the C++ tests build the benchmarking code.Josh Haberman2016-04-291-0/+3
|
* Merge branch 'master' into dockerJosh Haberman2016-03-291-7/+1
|
* Rearranged and commented files for running under Jenkins.Josh Haberman2016-03-041-0/+350