From 17568d619ecd6849b4d41d1c07056dfff1a18681 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Wed, 15 May 2019 12:25:02 -0700 Subject: Added .bazelci/presubmit.yml for BuildKite. --- .bazelci/presubmit.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .bazelci/presubmit.yml diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml new file mode 100644 index 0000000..38ca793 --- /dev/null +++ b/.bazelci/presubmit.yml @@ -0,0 +1,10 @@ +--- +tasks: + ubuntu: + platform: ubuntu1604 + test_targets: + - //... + macos: + platform: macos + test_targets: + - //... -- cgit v1.2.3