Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Side by Side Diff: third_party/grpc/.travis.yml

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/grpc/.rspec ('k') | third_party/grpc/.yardopts » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 language: objective-c
2 osx_image: xcode7.2
3 env:
4 global:
5 - CONFIG=opt
6 - TEST=objc
7 - JOBS=1
8 before_install:
9 - brew install gflags
10 # Pod install does this too, but we don't want the output.
11 - pod repo update --silent
12 install:
13 - make grpc_objective_c_plugin
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
19 before_script:
20 - make interop_server
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
24 xcode_scheme:
25 - RxLibraryUnitTests
26 - InteropTestsLocalSSL
27 - InteropTestsLocalCleartext
28 # TODO(jcanizales): Investigate why they time out:
29 # - InteropTestsRemote
30 xcode_sdk: iphonesimulator9.2
31 notifications:
32 email: false
OLDNEW
« no previous file with comments | « third_party/grpc/.rspec ('k') | third_party/grpc/.yardopts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698