1ffe3c632Sopenharmony_ci#!/bin/bash 2ffe3c632Sopenharmony_ci 3ffe3c632Sopenharmony_ciset -ex 4ffe3c632Sopenharmony_ci 5ffe3c632Sopenharmony_ci# change to repo root 6ffe3c632Sopenharmony_cicd $(dirname $0)/../../../.. 7ffe3c632Sopenharmony_ci 8ffe3c632Sopenharmony_ci# all artifacts come here 9ffe3c632Sopenharmony_cimkdir artifacts 10ffe3c632Sopenharmony_ciexport ARTIFACT_DIR=$(pwd)/artifacts 11ffe3c632Sopenharmony_ci 12ffe3c632Sopenharmony_ci# ruby environment 13ffe3c632Sopenharmony_cibash kokoro/release/ruby/macos/ruby/ruby_build_environment.sh 14ffe3c632Sopenharmony_ci 15ffe3c632Sopenharmony_cigem install rubygems-update 16ffe3c632Sopenharmony_ciupdate_rubygems 17ffe3c632Sopenharmony_ci 18ffe3c632Sopenharmony_ci# build artifacts 19ffe3c632Sopenharmony_cibash kokoro/release/ruby/macos/ruby/ruby_build.sh 20