forked from tronprotocol/protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
24 lines (18 loc) · 820 Bytes
/
.travis.yml
File metadata and controls
24 lines (18 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: ruby
cache:
directories:
- $HOME/protobuf
sudo: false
before_install:
- bash install-protobuf.sh
#- bash install-googleapis.sh
# check what has been installed by listing contents of protobuf folder
before_script:
- ls -R $HOME/protobuf
# let's use protobuf
#script:
# - $HOME/protobuf/bin/protoc --java_out=./ ./core/*.proto ./api/*.proto
# - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./core/*.proto
# - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=./ ./api/*.proto
# - $HOME/protobuf/bin/protoc -I. -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true:./ ./api/*.proto
# - ls -l