aboutsummaryrefslogtreecommitdiff
path: root/.bazelci
diff options
context:
space:
mode:
authorJakob Buchgraber <foobar@google.com>2018-02-25 12:07:47 +0100
committerTony Allevato <tony.allevato@gmail.com>2018-02-28 08:31:03 -0800
commit7441e21c9b979f17a1bc0af22f476f2d729c6b26 (patch)
tree1e2dd7d4dc6414cc9ad96d354b6060700a575187 /.bazelci
parent7c3deb495ac9d8f9ce6d80e8a2667f10e3c0ac9b (diff)
downloadbazel-skylib-7441e21c9b979f17a1bc0af22f476f2d729c6b26.tar.gz
add buildkite to bazel's new ci
we'll run skylib as a postsubmit project and before every release to ensure we don't break it.
Diffstat (limited to '.bazelci')
-rw-r--r--.bazelci/presubmit.yml17
1 files changed, 17 insertions, 0 deletions
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:
+ - "..."