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/objectivec_ios_release/build.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 kokoro/macos/objectivec_ios_release/build.sh (limited to 'kokoro/macos/objectivec_ios_release/build.sh') diff --git a/kokoro/macos/objectivec_ios_release/build.sh b/kokoro/macos/objectivec_ios_release/build.sh new file mode 100755 index 00000000..76ce3ba0 --- /dev/null +++ b/kokoro/macos/objectivec_ios_release/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 objectivec_ios_release -- cgit v1.2.3