1ffe3c632Sopenharmony_ci#!/bin/bash 2ffe3c632Sopenharmony_ci# 3ffe3c632Sopenharmony_ci# Build file to set up and run tests 4ffe3c632Sopenharmony_ci 5ffe3c632Sopenharmony_ci# Change to repo root 6ffe3c632Sopenharmony_cicd $(dirname $0)/../../.. 7ffe3c632Sopenharmony_ci 8ffe3c632Sopenharmony_ci# Prepare worker environment to run tests 9ffe3c632Sopenharmony_ciKOKORO_INSTALL_RUBY=yes 10ffe3c632Sopenharmony_ciKOKORO_INSTALL_RVM=yes 11ffe3c632Sopenharmony_cisource kokoro/macos/prepare_build_macos_rc 12ffe3c632Sopenharmony_ci 13ffe3c632Sopenharmony_ci./tests.sh ruby27 14