add buildtools config
diff --git a/buildkite/pipelines/buildtools-postsubmit.json b/buildkite/pipelines/buildtools-postsubmit.json
new file mode 100644
index 0000000..20702c8
--- /dev/null
+++ b/buildkite/pipelines/buildtools-postsubmit.json
@@ -0,0 +1,8 @@
+{
+  "platforms": {
+    "ubuntu1404": {"test_targets": ["//:tests"]},
+    "ubuntu1604": {"test_targets": ["//:tests"]},
+    "macos": {"test_targets": ["//:tests"]}
+  }
+}
+