summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-15 12:25:02 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-15 12:25:02 -0700
commit17568d619ecd6849b4d41d1c07056dfff1a18681 (patch)
tree9895f52ffc5f5ca5d455c07a0e03a6107d1232d8
parenta126b9a046d8a5e0b73e363d815ae45f0ae748b6 (diff)
Added .bazelci/presubmit.yml for BuildKite.
-rw-r--r--.bazelci/presubmit.yml10
1 files changed, 10 insertions, 0 deletions
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:
+ - //...
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback