Continuous Integration and Continua CI
Compile, Test, Analyse and Deploy Automatically
Continua CI turns your dreaded build phase into one of the easiest stages in your development cycle.
Continua CI embraces all the pitfalls and issues relating to builds and handles them for you. When building with Continua CI you are compiling, testing and analysing your code continuously and automatically.
If it passes all your tests then Continua CI is ready to deploy your build. It can be deployed either automatically or manually, once your developer team are happy
with it. Continua CI is yours to control.
Reviewing Your Builds
Continua CI maintains a history of your previous builds. This can be used to compare
your current build to previous iterations.
These build reviews include statistics on build duration, version, unit test results,
build artifacts and changes made since the previous build.
Most importantly, these reviews show you why your build failed. Continua CI retains
any error messages, stack traces and logs so you can easily determine what
went wrong and how you can fix it.