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