summaryrefslogtreecommitdiff
path: root/kokoro
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-11-05 16:19:32 -0800
committerGitHub <noreply@github.com>2018-11-05 16:19:32 -0800
commitd4e78f9fdff9ad14a0e8e3ad5d7d8379ee2124ef (patch)
tree03762304cb7341f312d56099b3ce38127d1d6bc5 /kokoro
parent9bb0814c48cb4d4df87ca64c9fabba5d15183cc1 (diff)
parent23fa64f10c27bdd4b8261c70a81a7721fd71f69f (diff)
Merge pull request #132 from haberman/bazel
Added Bazel build, and auto-generate CMake build from it.
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/ubuntu/build.sh4
-rw-r--r--kokoro/ubuntu/continuous.cfg2
-rw-r--r--kokoro/ubuntu/presubmit.cfg2
3 files changed, 8 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
diff --git a/kokoro/ubuntu/continuous.cfg b/kokoro/ubuntu/continuous.cfg
new file mode 100644
index 0000000..fa97583
--- /dev/null
+++ b/kokoro/ubuntu/continuous.cfg
@@ -0,0 +1,2 @@
+build_file: "upb/kokoro/ubuntu/build.sh"
+timeout_mins: 15
diff --git a/kokoro/ubuntu/presubmit.cfg b/kokoro/ubuntu/presubmit.cfg
new file mode 100644
index 0000000..fa97583
--- /dev/null
+++ b/kokoro/ubuntu/presubmit.cfg
@@ -0,0 +1,2 @@
+build_file: "upb/kokoro/ubuntu/build.sh"
+timeout_mins: 15
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback