Skip to content

Commit 65314a5

Browse files
committed
add googleapis proto file into protoc include
1 parent b33bfdd commit 65314a5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ sudo: false
88

99
before_install:
1010
- bash install-protobuf.sh
11+
- bash install-googleapis.sh
1112

1213
# check what has been installed by listing contents of protobuf folder
1314
before_script:

install-googleapis.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
set -e
3+
wget http://central.maven.org/maven2/com/google/api/grpc/googleapis-common-protos/0.0.3/googleapis-common-protos-0.0.3.jar
4+
jar xvf googleapis-common-protos-0.0.3.jar -C $HOME/protobuf/include/
5+
ls -l
6+
7+
8+

0 commit comments

Comments
 (0)