@@ -0,0 +1,11 @@
+#!/bin/bash
+#
+# Build file to set up and run tests
+
+# Change to repo root
+cd $(dirname $0)/../../..
+# Prepare worker environment to run tests
+source kokoro/macos/prepare_build_macos_rc
+./tests.sh ruby23
@@ -0,0 +1,5 @@
+# Config file for running tests in Kokoro
+# Location of the build script in repository
+build_file: "protobuf/kokoro/macos/ruby23/build.sh"
+timeout_mins: 1440
+./tests.sh ruby24
+build_file: "protobuf/kokoro/macos/ruby24/build.sh"
+./tests.sh ruby25
+build_file: "protobuf/kokoro/macos/ruby25/build.sh"
@@ -265,8 +265,6 @@ build_ruby25() {
cd ruby && bash travis-test.sh ruby-2.5.0 && cd ..
}
build_ruby_all() {
- build_ruby21
- build_ruby22
build_ruby23
build_ruby24
build_ruby25
@@ -575,6 +573,9 @@ Usage: $0 { cpp |
python_compatibility |
ruby21 |
ruby22 |
+ ruby23 |
+ ruby24 |
+ ruby25 |
jruby |
ruby_all |
php5.5 |