Paul Yang | 39df66e | 2018-10-12 12:36:33 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # Build file to set up and run tests | ||||
4 | |||||
5 | # Change to repo root | ||||
6 | cd $(dirname $0)/../../.. | ||||
7 | |||||
8 | # Prepare worker environment to run tests | ||||
Thomas Van Lenten | ce8b7af | 2020-06-05 16:35:54 -0400 | [diff] [blame^] | 9 | KOKORO_INSTALL_RUBY=yes |
10 | KOKORO_INSTALL_RVM=yes | ||||
Paul Yang | 39df66e | 2018-10-12 12:36:33 -0700 | [diff] [blame] | 11 | source kokoro/macos/prepare_build_macos_rc |
12 | |||||
13 | ./tests.sh ruby25 |