aboutsummaryrefslogtreecommitdiffhomepage
path: root/kokoro/macos/php7.0_mac/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro/macos/php7.0_mac/build.sh')
-rwxr-xr-xkokoro/macos/php7.0_mac/build.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/kokoro/macos/php7.0_mac/build.sh b/kokoro/macos/php7.0_mac/build.sh
new file mode 100755
index 00000000..e5a37e30
--- /dev/null
+++ b/kokoro/macos/php7.0_mac/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 php7.0_mac