Hydra: Difference between revisions

Dander (talk | contribs)
m wiki content team decided that given this page is one of the first pages nix* users read, it should be clear that this is for Nix(OS) package developers
m Minor wording changes on the top-level note.
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{note| Hydra is for Nix/NixOS package developers, it is not needed to use NixOS.}}
{{note| Hydra is intended to be used by Nix/NixOS package developers; it is not needed to simply use NixOS.}}


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.