Add presubmit.yml for bazel CI configuration (#5193)
authorAustin Schuh <AustinSchuh@users.noreply.github.com>
Tue, 19 Feb 2019 01:55:50 +0000 (17:55 -0800)
committerWouter van Oortmerssen <aardappel@gmail.com>
Tue, 19 Feb 2019 01:55:50 +0000 (02:55 +0100)
https://github.com/bazelbuild/continuous-integration/tree/master/buildkite#configuring-a-pipeline

.bazelci/presubmit.yml [new file with mode: 0644]

diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
new file mode 100644 (file)
index 0000000..cea328d
--- /dev/null
@@ -0,0 +1,23 @@
+---
+buildifier: true
+platforms:
+  ubuntu1404:
+    build_targets:
+    - "..."
+    test_targets:
+    - "..."
+  ubuntu1604:
+    build_targets:
+    - "..."
+    test_targets:
+    - "..."
+  macos:
+    build_targets:
+    - "..."
+    test_targets:
+    - "..."
+  windows:
+    build_targets:
+    - "..."
+    test_targets:
+    - "..."