blob: d2d1c8ba63994226dc3401323252ca7364fa8951 [file] [log] [blame]
Nicolas "Pixel" Noblede87e1c2015-09-25 22:21:38 +02001language: objective-c
Jorge Canizales289016d2015-10-28 03:07:54 -07002osx_image: xcode7.1
murgatroid997e14dd82015-02-27 15:06:03 -08003env:
murgatroid9923991602015-02-27 15:39:03 -08004 global:
Nicolas "Pixel" Noblede87e1c2015-09-25 22:21:38 +02005 - CONFIG=opt
6 - TEST=objc
7 - JOBS=1
Jorge Canizales227c9b22015-10-28 02:23:15 -07008before_install:
9 - brew install gflags
Jorge Canizales53d01bc2015-10-28 04:31:35 -070010 # Pod install does this too, but we don't want the output.
11 - pod repo update --silent
Jorge Canizalesbda34762015-10-28 03:48:42 -070012install:
Jorge Canizalesabf596c2015-10-28 16:55:02 -070013 - make grpc_objective_c_plugin
Jorge Canizalesbda34762015-10-28 03:48:42 -070014 - 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 Canizales227c9b22015-10-28 02:23:15 -070019before_script:
Jorge Canizalesabf596c2015-10-28 16:55:02 -070020 - make interop_server
Jorge Canizales227c9b22015-10-28 02:23:15 -070021 - bins/$CONFIG/interop_server --port=5050 &
22 - bins/$CONFIG/interop_server --port=5051 --use_tls &
23xcode_workspace: src/objective-c/tests/Tests.xcworkspace
Jorge Canizales7102c922015-10-28 20:27:40 -070024xcode_scheme:
25 - RxLibraryUnitTests
26 - InteropTestsLocalSSL
27 - InteropTestsLocalCleartext
28 # TODO(jcanizales): Investigate why they time out:
29 # - InteropTestsRemote
Jorge Canizalesea1cfc82015-10-28 07:50:54 -070030xcode_sdk: iphonesimulator9.1
Nicolas "Pixel" Noble9f1baf72015-02-26 18:50:03 +010031notifications:
Nicolas "Pixel" Nobled30b0052015-03-03 04:30:00 +010032 email: false