diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml new file mode 100644 index 000000000..80a1db3a4 --- /dev/null +++ b/.bazelci/presubmit.yml @@ -0,0 +1,11 @@ +--- +platforms: + ubuntu1404: + build_targets: + - "//examples:app" + ubuntu1604: + build_targets: + - "//examples:app" + macos: + build_targets: + - "//examples:app"