xref: /aosp_15_r20/external/protobuf/kokoro/macos/ruby25/build.sh (revision 1b3f573f81763fcece89efc2b6a5209149e44ab8)
1#!/bin/bash
2#
3# Build file to set up and run tests
4
5# Change to repo root
6cd $(dirname $0)/../../..
7
8# Prepare worker environment to run tests
9KOKORO_INSTALL_RVM=yes
10source kokoro/macos/prepare_build_macos_rc
11
12./tests.sh ruby25
13