Files
flatbuffers-bigfoot/.bazelci/presubmit.yml
Philipp Wollermann 7482b25f8b Remove ubuntu1604 from presubmit.yml (#6715)
* Remove ubuntu1604 from presubmit.yml

Ubuntu 16.04 is end-of-life, we're going to remove it from Bazel CI.

If you like you can add testing on `ubuntu2004` platform which we also support.

* Add ubuntu2004 to presubmit.yml
2021-07-09 09:59:30 -07:00

19 lines
266 B
YAML

---
buildifier: latest
platforms:
ubuntu1804:
build_targets:
- "//..."
test_targets:
- "//..."
ubuntu2004:
build_targets:
- "//..."
test_targets:
- "//..."
macos:
build_targets:
- "//..."
test_targets:
- "//..."