add new bazel ci config
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
new file mode 100644
index 0000000..dd13f44
--- /dev/null
+++ b/.bazelci/presubmit.yml
@@ -0,0 +1,17 @@
+---
+platforms:
+  ubuntu1404:
+    build_targets:
+    - "..."
+    test_targets:
+    - "..."
+  ubuntu1604:
+    build_targets:
+    - "..."
+    test_targets:
+    - "..."
+  macos:
+    build_targets:
+    - "..."
+    test_targets:
+    - "..."
diff --git a/README.md b/README.md
index 6d74834..e776be8 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[![Build status](https://badge.buildkite.com/7d78219bdc587a47f48cc96314f36f0f25ed9d0145f56b12ab.svg)](https://buildkite.com/bazel/eclipse-plugin-postsubmit)
+
 # Eclipse plugin for [Bazel](http://bazel.io) (**Highly experimental**)
 
 e4b is an Eclipse plugin for Bazel. It is really rudimentary.