Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Have Travis build the Sample app with frameworks too | Jorge Canizales | 2016-07-15 |
| | |||
* | travis.yml: format spacing to highlight test scheme | Jorge Canizales | 2016-07-15 |
| | |||
* | Set Travis clone depth to 1, to alleviate workload | Jorge Canizales | 2016-07-13 |
| | | | This should make Travis only test the last commit of every PR. | ||
* | Fix Travis not finding !ProtoCompiler-gRPC.podspec | Jorge Canizales | 2016-07-13 |
| | |||
* | Fix Travis | Jorge Canizales | 2016-07-12 |
| | |||
* | Merge master into merge-0.14-into-master | Jorge Canizales | 2016-06-30 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: - gRPC.podspec - Only had non-trivial changes in the core file list, which will need to be regenerated (in gRPC-Core.podspec). - src/objective-c/BoringSSL.podspec - Had trivial conflicts in the version. - src/objective-c/examples/RemoteTestClient/RemoteTest.podspec - Trivial conflicts in quoting. - src/objective-c/examples/Sample/Sample.xcodeproj/project.pbxproj and src/objective-c/examples/SwiftSample/SwiftSample.xcodeproj/project.pbxproj - The master version is used, pending testing. The 0.14 version had emoji and some unneeded entries. - src/objective-c/tests/Podfile - Added CronetFramework pod, and warning silencing from master. - templates/gRPC.podspec.template - Deleted. - third_party/protobuf - Using master commit, but need to verify if it works for frameworks. | ||
| * | Use 'test' instead of 'build test' | Yuchen Zeng | 2016-06-28 |
| | | |||
| * | Reorder the variables | Yuchen Zeng | 2016-06-28 |
| | | |||
| * | Build ObjC examples in travis | Yuchen Zeng | 2016-06-27 |
| | | |||
* | | Don’t checkout specific proto versions in Travis anymore | Jorge Canizales | 2016-06-24 |
|/ | | | Now that the submodule points to 3.0.0-beta-3.1, which is what we need. | ||
* | Use protobuf 3-beta-3 on Travis, which supports Cocoapods 1 | Jorge Canizales | 2016-05-20 |
| | |||
* | Use Xcode 7.3 and SDK 9.3 in Travis | Jorge Canizales | 2016-05-20 |
| | |||
* | Cleanup now that we don’t use OpenSSL | Jorge Canizales | 2016-05-20 |
| | |||
* | Use workaround at https://github.com/travis-ci/travis-ci/issues/5827 | Jorge Canizales | 2016-05-20 |
| | | | And print version before and after install, so we can always check. | ||
* | Install Cocoapods 1.0.0 now that it’s released | Jorge Canizales | 2016-05-20 |
| | |||
* | print cocoapods version before pod install | Paul Querna | 2016-03-04 |
| | |||
* | Update cocoapods in travis to 1.0.0beta4 | Paul Querna | 2016-03-04 |
| | |||
* | Updated travis to use Xcode 7.2 and SDK 9.2 | makdharma | 2016-02-18 |
| | |||
* | Deactivate remote interop tests in Travis | Jorge Canizales | 2015-10-28 |
| | |||
* | Fail fast if the plugin can’t be made or pod not installed | Jorge Canizales | 2015-10-28 |
| | |||
* | Restrict tests to simulator | Jorge Canizales | 2015-10-28 |
| | | | | | | Device builds require code signing, that isn’t set up (they probably wouldn’t work anyway - I don’t think Travis is attaching devices to their VMs). | ||
* | Require Xcode 7.1 to try and get NS_ASSUME_NONNULL_BEGIN | Jorge Canizales | 2015-10-28 |
| | |||
* | Silence pod repo update | Jorge Canizales | 2015-10-28 |
| | |||
* | Pod install manually, to get —-verbose | Jorge Canizales | 2015-10-28 |
| | |||
* | Try Travis builtin support for Cocoapods & xctool | Jorge Canizales | 2015-10-28 |
| | |||
* | Install gflags, needed to build the C++ interop server | Jorge Canizales | 2015-10-28 |
| | |||
* | Testing travis iOS feature. | Nicolas "Pixel" Noble | 2015-10-28 |
| | |||
* | Add Python3 testing support | Masood Malekghassemi | 2015-07-09 |
| | | | | | Conditionally runs the tests depending on the availability of Python versions (because Travis is the worst). | ||
* | Move some code out of src/ into tools/ | Craig Tiller | 2015-06-23 |
| | | | | It shouldn't count towards coverage | ||
* | Split C/C++ tests: we are running out of space in opt now | Craig Tiller | 2015-05-27 |
| | |||
* | Make Python fit within ulimit | Craig Tiller | 2015-05-22 |
| | |||
* | Split gcov c/c++ into separate runs | Craig Tiller | 2015-05-21 |
| | |||
* | Fix typo | Craig Tiller | 2015-05-18 |
| | |||
* | Exclude test & compiler sources from coveralls reported test coverage | Craig Tiller | 2015-05-18 |
| | |||
* | Remove gcc 4.5 testing and keep 4.4 | vjpai | 2015-05-04 |
| | |||
* | Remove dbg build from Travis, use gcov instead | Craig Tiller | 2015-04-30 |
| | |||
* | Merge pull request #1417 from nicolasnoble/travis-speedup | Craig Tiller | 2015-04-29 |
|\ | | | | | Travis speedup. | ||
| * | Alright, fine Travis. You can try and build for another version of gcc. | Nicolas "Pixel" Noble | 2015-04-30 |
| | | |||
* | | Merge github.com:grpc/grpc into travvy | Craig Tiller | 2015-04-29 |
|\ \ | | | | | | | | | | | | | Conflicts: .travis.yml | ||
* | | | Merge C/C++ build steps on Travis | Craig Tiller | 2015-04-29 |
| | | | |||
| | * | Adjusting scripts to fake-install. | Nicolas "Pixel" Noble | 2015-04-30 |
| | | | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into travis-speedup | Nicolas "Pixel" Noble | 2015-04-30 |
| | |\ | | |/ | |/| | | | | | | | Conflicts: .travis.yml | ||
| * | | adding csharp tests to travis | Jan Tattermusch | 2015-04-24 |
|/ / | |||
* | | Merge branch 'master' of github.com:grpc/grpc into sanity | Nicolas "Pixel" Noble | 2015-04-10 |
|\ \ | | | | | | | | | | | | | Conflicts: tools/run_tests/run_tests.py | ||
| * | | Adding a simple 'buildonly' test. | Nicolas "Pixel" Noble | 2015-03-26 |
| | | | |||
| | * | Adding pre-built packages for OpenSSL and protobuf for Travis. | Nicolas "Pixel" Noble | 2015-03-25 |
| |/ | |||
* / | Adding basic sanity test. | Nicolas "Pixel" Noble | 2015-03-24 |
|/ | |||
* | Adding coverage report. | Nicolas "Pixel" Noble | 2015-03-04 |
| | |||
* | Removed logging, returned other tests to .travis.yml | murgatroid99 | 2015-03-02 |
| | |||
* | Added logging for python tests | murgatroid99 | 2015-03-02 |
| |