summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-15 12:25:47 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-15 12:25:47 -0700
commit68d38107660ddf62d9e4c60250862b7eca099048 (patch)
tree9895f52ffc5f5ca5d455c07a0e03a6107d1232d8
parent184cc8ecfa5767577844f452e7d645465650df10 (diff)
parent17568d619ecd6849b4d41d1c07056dfff1a18681 (diff)
Merge branch 'bazel25'
-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