summaryrefslogtreecommitdiff
path: root/.bazelci
AgeCommit message (Collapse)AuthorFilesLines
2019-04-24Don't test on Ubuntu 14.04 (#5302)Philipp Wollermann1-2/+2
Ubuntu 14.04 is about to be end-of-life and Bazel CI will stop supporting it shortly afterwards. Context: https://groups.google.com/d/msg/bazel-dev/_D6XzfNkQQE/8TNKiNmsCAAJ
2019-03-25Bazel CI: fix bad value in yml (#5262)László Csomor1-1/+1
Use the "simple format" defined here: https://github.com/bazelbuild/continuous-integration/blob/69cf7ec23d984dcbb41fffe946e07ebf5ab7e0f1/buildkite/bazelci.py#L1453 This will unbreak the "Bazel / FlatBuffers" pipeline on Bazel CI, see https://buildkite.com/bazel/flatbuffers
2019-03-07Bazel ci (#5228)Austin Schuh1-5/+0
* Stop building for Windows until the build passes ERROR: D:/b/bk-windows-java8-bd0z/bazel/flatbuffers/BUILD:123:1: Couldn't build file _objs/flatbuffers_test/test.obj: undeclared inclusion(s) in rule '//:flatbuffers_test': this rule is missing dependency declarations for the following files included by 'tests/test.cpp': 'tests/monster_test_generated.h' 'tests/monster_extra_generated.h' The files in tests are being found instead of the generated files since Windows doesn't have any sandboxing. For now, let's disable the rules and come back to it. * Fix buildifier warnings Clean up docstrings and add a module docstring.
2019-02-19Add presubmit.yml for bazel CI configuration (#5193)Austin Schuh1-0/+23
https://github.com/bazelbuild/continuous-integration/tree/master/buildkite#configuring-a-pipeline