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: + - "..."