mirror of https://github.com/grpc/grpc-java.git
Update Travis to use protobuf3-alpha3
It's only working today because alpha2 is still in the cache.
This commit is contained in:
parent
77878a04ee
commit
794fdf1615
12
.travis.yml
12
.travis.yml
|
|
@ -4,13 +4,13 @@ language: java
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- LDFLAGS=-L/tmp/proto3-a2/lib
|
- LDFLAGS=-L/tmp/proto3-a3/lib
|
||||||
- CXXFLAGS=-I/tmp/proto3-a2/include
|
- CXXFLAGS=-I/tmp/proto3-a3/include
|
||||||
- LD_LIBRARY_PATH=/tmp/proto3-a2/lib
|
- LD_LIBRARY_PATH=/tmp/proto3-a3/lib
|
||||||
- PATH=/tmp/proto3-a2/bin:$PATH
|
- PATH=/tmp/proto3-a3/bin:$PATH
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- buildscripts/make_dependencies.sh # build protoc into /tmp/proto3-a2
|
- buildscripts/make_dependencies.sh # build protoc into /tmp/proto3-a3
|
||||||
- mkdir -p $HOME/.gradle
|
- mkdir -p $HOME/.gradle
|
||||||
- echo "checkstyle.ignoreFailures=false" >> $HOME/.gradle/gradle.properties
|
- echo "checkstyle.ignoreFailures=false" >> $HOME/.gradle/gradle.properties
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ notifications:
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- /tmp/proto3-a2
|
- /tmp/proto3-a3
|
||||||
- $HOME/.m2/repository/io/netty
|
- $HOME/.m2/repository/io/netty
|
||||||
- $HOME/.gradle/caches/modules-2
|
- $HOME/.gradle/caches/modules-2
|
||||||
- $HOME/.gradle/wrapper
|
- $HOME/.gradle/wrapper
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue