1ffe3c632Sopenharmony_ci#!/bin/bash 2ffe3c632Sopenharmony_ci 3ffe3c632Sopenharmony_ciset -ex 4ffe3c632Sopenharmony_ci 5ffe3c632Sopenharmony_ci# change to repo root 6ffe3c632Sopenharmony_cicd $(dirname $0)/../../../.. 7ffe3c632Sopenharmony_ci 8ffe3c632Sopenharmony_cisource kokoro/release/ruby/linux/prepare_build.sh 9ffe3c632Sopenharmony_ci 10ffe3c632Sopenharmony_ci# ruby environment 11ffe3c632Sopenharmony_cisource kokoro/release/ruby/linux/ruby/ruby_build_environment.sh 12ffe3c632Sopenharmony_ci 13ffe3c632Sopenharmony_ci# build artifacts 14ffe3c632Sopenharmony_cibash kokoro/release/ruby/linux/ruby/ruby_build.sh 15