Skip to content

Commit

Permalink
Merge branch 'master' of github.com:grpc/grpc into sanity
Browse files Browse the repository at this point in the history
Conflicts:
	tools/run_tests/run_tests.py
  • Loading branch information
nicolasnoble committed Apr 10, 2015
2 parents 9f72864 + e2ecc50 commit a9ef765
Show file tree
Hide file tree
Showing 274 changed files with 10,302 additions and 4,244 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
branch = v3.0.0-alpha-1
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://code.google.com/p/gflags
url = https://github.com/gflags/gflags.git
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ env:
- CONFIG=opt TEST=python
- CONFIG=gcov TEST=c
- CONFIG=gcov TEST=c++
- USE_GCC=4.4 CONFIG=opt TEST=build
- USE_GCC=4.5 CONFIG=opt TEST=build
script:
- rvm use $RUBY_VERSION
- gem install bundler
- if [ ! -z "$USE_GCC" ] ; then export CC=gcc-$USE_GCC ; export CXX=g++-$USE_GCC ; fi
- ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 4.0
after_success:
- if [ "$CONFIG" = "gcov" ] ; then coveralls --exclude third_party --exclude gens -b. --gcov-options '\-p' ; fi
Expand Down
Loading

0 comments on commit a9ef765

Please sign in to comment.