aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests.sh
Commit message (Collapse)AuthorAge
* Uses head version of rvm to avoid shell_update_session not found error (#1791)Gravatar Sergio Campamá2016-07-15
| | | | | Uses head version of rvm to avoid shell_update_session not found error Fixes #1786
* Move to dotnet cli for building, and .NET Core (netstandard1.0) as target ↵Gravatar Jon Skeet2016-07-14
| | | | | | | platform (#1727) Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform This also updates the version number to 3.0.0-beta4
* Add the CocoaPods integration tests to Travis.Gravatar Sergio Campamá2016-06-14
| | | | | | Also hotwires updating ruby as CocoaPods was crashing within a support library. Fixes #1619
* Automated testing tweaks for ObjCGravatar Thomas Van Lenten2016-05-24
| | | | | | | | | | | | | | | - 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.Gravatar Josh Haberman2016-04-29
|
* Make the C++ tests build the benchmarking code.Gravatar Josh Haberman2016-04-29
|
* Merge branch 'master' into dockerGravatar Josh Haberman2016-03-29
|
* Rearranged and commented files for running under Jenkins.Gravatar Josh Haberman2016-03-04