blob: a993b551da841a143acf4187c3d5ad4a8c021dd7 [file] [log] [blame]
Nicolas "Pixel" Noblede87e1c2015-09-25 22:21:38 +02001language: objective-c
makdharma894bd372016-02-18 15:31:41 -08002osx_image: xcode7.2
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:
Jorge Canizales44477d22016-05-20 11:06:04 -07009 - pod --version
10 - gem uninstall cocoapods -a
Jorge Canizalesc23f5562016-05-20 11:05:23 -070011 - gem install cocoapods -v '1.0.0'
Jorge Canizales44477d22016-05-20 11:06:04 -070012 - pod --version
Jorge Canizales227c9b22015-10-28 02:23:15 -070013 - brew install gflags
Jorge Canizalesbda34762015-10-28 03:48:42 -070014install:
Jorge Canizalesabf596c2015-10-28 16:55:02 -070015 - make grpc_objective_c_plugin
Jorge Canizalesbda34762015-10-28 03:48:42 -070016 - pushd src/objective-c/tests
Jorge Canizaleseba2b1c2016-05-20 11:06:33 -070017 - pod install
Jorge Canizalesbda34762015-10-28 03:48:42 -070018 - 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
makdharma894bd372016-02-18 15:31:41 -080030xcode_sdk: iphonesimulator9.2
Nicolas "Pixel" Noble9f1baf72015-02-26 18:50:03 +010031notifications:
Nicolas "Pixel" Nobled30b0052015-03-03 04:30:00 +010032 email: false