Closed jigyasa-grover closed 7 years ago
To answer the question first: Since it's hosted on Github, use Travis. Free, hosted, well integrated.
But what you are asking for is an empty box. A CI tool does nothing by itself - it just runs a series of steps you are telling it to run. Build instructions, test cases, etc. So we need to decide what exactly we want it to do first.
What you are suggesting is a QA tool - I'm not sure that would make a lot of sense for a mostly static website. How exactly does your current (manual) test process look like? What are you looking for when testing? What are common errors you are encountering?
I think this is an overkill for a statically hosted website and good to close.
No need.
2017.fossasia.org needs a
Continuous Integration
tool to take care that there is no "breaking of the build" while changing any part of the code, this would reduce the overhead of manual testing.According to this article Open Source - 6 top continuous integration tools there are majorly 6 top CI tools in Open Source: