Cuberite Forum
CircleCI integration - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: CircleCI integration (/thread-2119.html)



CircleCI integration - xoft - 09-17-2015

I have added a new CI engine to the repo, provided by CircleCI ( http://circleci.com ).
The point of this CI is to make the style checks, so that the style is checked quickly and independently of other CI actions. Also, this will speed up Travis builds a bit, since they won't need to do the CI check and therefore won't need to install Lua at all.

https://github.com/cuberite/cuberite/pull/2480