Nicolas "Pixel" Noble | de87e1c | 2015-09-25 22:21:38 +0200 | [diff] [blame] | 1 | language: objective-c |
makdharma | 894bd37 | 2016-02-18 15:31:41 -0800 | [diff] [blame] | 2 | osx_image: xcode7.2 |
murgatroid99 | 7e14dd8 | 2015-02-27 15:06:03 -0800 | [diff] [blame] | 3 | env: |
murgatroid99 | 2399160 | 2015-02-27 15:39:03 -0800 | [diff] [blame] | 4 | global: |
Nicolas "Pixel" Noble | de87e1c | 2015-09-25 22:21:38 +0200 | [diff] [blame] | 5 | - CONFIG=opt |
| 6 | - TEST=objc |
| 7 | - JOBS=1 |
Jorge Canizales | 227c9b2 | 2015-10-28 02:23:15 -0700 | [diff] [blame] | 8 | before_install: |
| 9 | - brew install gflags |
Jorge Canizales | 53d01bc | 2015-10-28 04:31:35 -0700 | [diff] [blame] | 10 | # Pod install does this too, but we don't want the output. |
| 11 | - pod repo update --silent |
Jorge Canizales | bda3476 | 2015-10-28 03:48:42 -0700 | [diff] [blame] | 12 | install: |
Jorge Canizales | abf596c | 2015-10-28 16:55:02 -0700 | [diff] [blame] | 13 | - make grpc_objective_c_plugin |
Jorge Canizales | bda3476 | 2015-10-28 03:48:42 -0700 | [diff] [blame] | 14 | - pushd src/objective-c/tests |
| 15 | # Needs to be verbose, or otherwise OpenSSL's prepare_command makes Travis |
| 16 | # time out: |
| 17 | - pod install --verbose |
| 18 | - popd |
Jorge Canizales | 227c9b2 | 2015-10-28 02:23:15 -0700 | [diff] [blame] | 19 | before_script: |
Jorge Canizales | abf596c | 2015-10-28 16:55:02 -0700 | [diff] [blame] | 20 | - make interop_server |
Jorge Canizales | 227c9b2 | 2015-10-28 02:23:15 -0700 | [diff] [blame] | 21 | - bins/$CONFIG/interop_server --port=5050 & |
| 22 | - bins/$CONFIG/interop_server --port=5051 --use_tls & |
| 23 | xcode_workspace: src/objective-c/tests/Tests.xcworkspace |
Jorge Canizales | 7102c92 | 2015-10-28 20:27:40 -0700 | [diff] [blame] | 24 | xcode_scheme: |
| 25 | - RxLibraryUnitTests |
| 26 | - InteropTestsLocalSSL |
| 27 | - InteropTestsLocalCleartext |
| 28 | # TODO(jcanizales): Investigate why they time out: |
| 29 | # - InteropTestsRemote |
makdharma | 894bd37 | 2016-02-18 15:31:41 -0800 | [diff] [blame] | 30 | xcode_sdk: iphonesimulator9.2 |
Nicolas "Pixel" Noble | 9f1baf7 | 2015-02-26 18:50:03 +0100 | [diff] [blame] | 31 | notifications: |
Nicolas "Pixel" Noble | d30b005 | 2015-03-03 04:30:00 +0100 | [diff] [blame] | 32 | email: false |