From 6156af10e8f9f7f3d69df9adef232a77b27d6fb2 Mon Sep 17 00:00:00 2001 From: Matt Kwong Date: Thu, 1 Jun 2017 11:46:43 -0700 Subject: Add MacOS and Linux tests to Kokoro --- kokoro/macos/ruby22/build.sh | 11 +++++++++++ kokoro/macos/ruby22/presubmit.cfg | 5 +++++ 2 files changed, 16 insertions(+) create mode 100755 kokoro/macos/ruby22/build.sh create mode 100644 kokoro/macos/ruby22/presubmit.cfg (limited to 'kokoro/macos/ruby22') diff --git a/kokoro/macos/ruby22/build.sh b/kokoro/macos/ruby22/build.sh new file mode 100755 index 00000000..5c4de429 --- /dev/null +++ b/kokoro/macos/ruby22/build.sh @@ -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 ruby22 diff --git a/kokoro/macos/ruby22/presubmit.cfg b/kokoro/macos/ruby22/presubmit.cfg new file mode 100644 index 00000000..d2705441 --- /dev/null +++ b/kokoro/macos/ruby22/presubmit.cfg @@ -0,0 +1,5 @@ +# Config file for running tests in Kokoro + +# Location of the build script in repository +build_file: "protobuf/kokoro/macos/ruby22/build.sh" +timeout_mins: 1440 -- cgit v1.2.3