Hydra: Difference between revisions

Klinger (talk | contribs)
m removed citation (not necessary, even two different links to manual)
Klinger (talk | contribs)
Note with the disclaimer: Hydra is for developers.
Line 1: Line 1:
{{note| As a user of NixOS/Nix you can ignore all Hydra related articles. Hydra is for developers.}}
Hydra is a tool for continuous integration testing and software release that uses a purely functional language to describe build jobs and their dependencies. Continuous integration is a simple technique to improve the quality of the software development process. An automated system continuously or periodically checks out the source code of a project, builds it, runs tests, and produces reports for the developers. Thus, various errors that might accidentally be committed into the code base are automatically caught.
Hydra is a tool for continuous integration testing and software release that uses a purely functional language to describe build jobs and their dependencies. Continuous integration is a simple technique to improve the quality of the software development process. An automated system continuously or periodically checks out the source code of a project, builds it, runs tests, and produces reports for the developers. Thus, various errors that might accidentally be committed into the code base are automatically caught.