Edit on GitHub!

Tools Choices

The right tool choices are key to a good project.

CI/CD tool

These build tools are evaluated:

Checks for determining CI/CD tool

Github Actions

Pros

Cons

Travis CI

Pros

Cons

Jenkins

Pros

Cons

Advice

Github Actions is the way to go for us.

Because we host our repositories in Github, Github Actions is easily integratable, free and very flexible. We can use it in combination with SonarCloud for example for static code analysis. And above all, everyone can access it.