mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
.travis.yml: Bump protobuf version to 3.7.1, use new URL
This commit is contained in:
parent
269771b4b4
commit
8067d454b7
@ -13,12 +13,12 @@ addons:
|
||||
|
||||
env:
|
||||
global:
|
||||
- PROTOBUF_VERSION=3.6.1
|
||||
- PROTOBUF_VERSION=3.7.1
|
||||
- PKG_CONFIG_PATH=$HOME/protobuf-$PROTOBUF_VERSION-bin/lib/pkgconfig
|
||||
|
||||
install:
|
||||
- pip install --user cpp-coveralls
|
||||
- wget https://github.com/google/protobuf/archive/v$PROTOBUF_VERSION.tar.gz
|
||||
- wget https://github.com/protocolbuffers/protobuf/archive/v$PROTOBUF_VERSION.tar.gz
|
||||
- tar xf v$PROTOBUF_VERSION.tar.gz
|
||||
- ( cd protobuf-$PROTOBUF_VERSION && ./autogen.sh && ./configure --prefix=$HOME/protobuf-$PROTOBUF_VERSION-bin && make -j2 && make install )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user