build_artifacts.sh 277 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 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