summaryrefslogtreecommitdiff
path: root/.travis/bazel-linux
AgeCommit message (Collapse)Author
2018-11-22Upgrade bazel to 0.19.0 to fix the bazel build.iphydf
2018-09-19Fix yamllint test (it's gone from bazel, add a new one).iphydf
2018-09-14Use most recent version of Bazel (0.17.1).iphydf
2018-09-08Add tool to find directly recursive calls in toxcore.iphydf
We should avoid recursion, as it makes reasoning about stack growth harder. This tool shows (currently) 4 (non-tail) recursive functions, at least 2 of which are easy to fix.
2018-08-21Run project tests like yamllint_test.iphydf
We check that: * The license is GPLv3. * .travis.yml conforms with the toktok style specification. * There exists a README.md file.
2018-08-14Use `--config` to tell bazel about the environment.iphydf
Instead of importing a well-known file. This gives toktok-stack more freedom in where and how it wants to define its interface, as long as it provides the configurations requested ("linux" and "clang").
2018-08-12Stop running tests in the bazel build.iphydf
These always fail at present. We'll need to look into making them not always fail so we can enable them and get some useful signal from them.
2018-07-10Add the bazel build as one of the PR-blocking builds.iphydf