aboutsummaryrefslogtreecommitdiffhomepage
path: root/kokoro/macos/python_cpp/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro/macos/python_cpp/build.sh')
-rwxr-xr-xkokoro/macos/python_cpp/build.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/kokoro/macos/python_cpp/build.sh b/kokoro/macos/python_cpp/build.sh
new file mode 100755
index 00000000..cb53def9
--- /dev/null
+++ b/kokoro/macos/python_cpp/build.sh
@@ -0,0 +1,12 @@
+#!/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
+g++ --version
+
+./tests.sh python_cpp