aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.6.0/kokoro/macos/python_cpp/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.6.0/kokoro/macos/python_cpp/build.sh')
-rw-r--r--third_party/protobuf/3.6.0/kokoro/macos/python_cpp/build.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/protobuf/3.6.0/kokoro/macos/python_cpp/build.sh b/third_party/protobuf/3.6.0/kokoro/macos/python_cpp/build.sh
new file mode 100644
index 0000000000..cb53def9d3
--- /dev/null
+++ b/third_party/protobuf/3.6.0/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