Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
bda34767
Commit
bda34767
authored
9 years ago
by
Jorge Canizales
Browse files
Options
Downloads
Patches
Plain Diff
Pod install manually, to get —-verbose
parent
227c9b2a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+6
-1
6 additions, 1 deletion
.travis.yml
with
6 additions
and
1 deletion
.travis.yml
+
6
−
1
View file @
bda34767
...
@@ -8,7 +8,12 @@ before_install:
...
@@ -8,7 +8,12 @@ before_install:
-
brew install gflags
-
brew install gflags
-
make grpc_objective_c_plugin
-
make grpc_objective_c_plugin
-
make interop_server
-
make interop_server
podfile
:
src/objective-c/tests/Podfile
install
:
-
pushd src/objective-c/tests
# Needs to be verbose, or otherwise OpenSSL's prepare_command makes Travis
# time out:
-
pod install --verbose
-
popd
before_script
:
before_script
:
-
bins/$CONFIG/interop_server --port=5050 &
-
bins/$CONFIG/interop_server --port=5050 &
-
bins/$CONFIG/interop_server --port=5051 --use_tls &
-
bins/$CONFIG/interop_server --port=5051 --use_tls &
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment