ProdriveTechnologies / bazel-latex

Bazel build system rules for LaTeX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Travis CI

fsareshwala opened this issue · comments

We should ensure that the build is always green. Continuous Integration with Travis CI is a good way to do this. We should integrate with Travis CI.

I'm not affiliated with any of these CI platforms, but I found that Cirrus CI has a much better bazel support (using the official docker image, and offering remote cache) than Travis (which just doesn't support bazel at all, so you have to download it and cache the local build artefacts yourself)

Last week I implemented Cirrus CI in PR #30. Might need some improvements in the near future.

Awesome! Yeah, my intention was focused on using CI. I don't care so much about the specific vendor. I'm just most familiar with Travis CI so that's what came to mind. Thank you!