parent
048f5c26a7
commit
5fa1f6b2e9
10 changed files with 19 additions and 19 deletions
@ -1,14 +0,0 @@ |
|||||||
#!/bin/bash |
|
||||||
|
|
||||||
set -ex |
|
||||||
|
|
||||||
# change to repo root |
|
||||||
cd $(dirname $0)/../../.. |
|
||||||
|
|
||||||
source kokoro/release/linux/prepare_build.sh |
|
||||||
|
|
||||||
# ruby environment |
|
||||||
source kokoro/release/linux/ruby/ruby_build_environment.sh |
|
||||||
|
|
||||||
# build artifacts |
|
||||||
bash kokoro/release/linux/ruby/ruby_build.sh |
|
@ -0,0 +1,14 @@ |
|||||||
|
#!/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 |
@ -1,5 +1,5 @@ |
|||||||
# Configuration for Linux release builds |
# Configuration for Linux release builds |
||||||
build_file: "protobuf/kokoro/release/linux/build_artifacts.sh" |
build_file: "protobuf/kokoro/release/ruby/linux/build_artifacts.sh" |
||||||
|
|
||||||
action { |
action { |
||||||
define_artifacts { |
define_artifacts { |
@ -1,5 +1,5 @@ |
|||||||
# Configuration for Mac OSX release builds |
# Configuration for Mac OSX release builds |
||||||
build_file: "protobuf/kokoro/release/macos/build_artifacts.sh" |
build_file: "protobuf/kokoro/release/ruby/macos/build_artifacts.sh" |
||||||
|
|
||||||
action { |
action { |
||||||
define_artifacts { |
define_artifacts { |
Loading…
Reference in new issue