summaryrefslogtreecommitdiff
path: root/kokoro/ubuntu/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro/ubuntu/build.sh')
-rw-r--r--kokoro/ubuntu/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/kokoro/ubuntu/build.sh b/kokoro/ubuntu/build.sh
new file mode 100644
index 0000000..bbf8841
--- /dev/null
+++ b/kokoro/ubuntu/build.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+cd $(dirname $0)/../..
+bazel test :all
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback