aboutsummaryrefslogtreecommitdiff
path: root/.bazelci/postsubmit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.bazelci/postsubmit.yml')
-rw-r--r--.bazelci/postsubmit.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml
new file mode 100644
index 0000000..c1218a6
--- /dev/null
+++ b/.bazelci/postsubmit.yml
@@ -0,0 +1,22 @@
+---
+platforms:
+ ubuntu1604:
+ build_targets:
+ - "//..."
+ # test_targets:
+ # - "//..."
+ ubuntu1804:
+ build_targets:
+ - "//..."
+ # test_targets:
+ # - "//..."
+ macos:
+ build_targets:
+ - "//..."
+ # test_targets:
+ # - "//..."
+ windows:
+ build_targets:
+ - "//..."
+ # test_targets:
+ # - "//..."