Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
277 B
15 lines
277 B
5 years ago
|
#!/bin/bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
# change to repo root
|
||
|
cd $(dirname $0)/../../../..
|
||
|
|
||
|
source kokoro/release/ruby/linux/prepare_build.sh
|
||
|
|
||
|
# ruby environment
|
||
|
source kokoro/release/ruby/linux/ruby/ruby_build_environment.sh
|
||
|
|
||
|
# build artifacts
|
||
|
bash kokoro/release/ruby/linux/ruby/ruby_build.sh
|