Hydra: Difference between revisions
imported>Samueldr No edit summary |
imported>Makefu No edit summary |
||
Line 1: | Line 1: | ||
{{Expansion|This article is a stub.}} | {{Expansion|This article is a stub.}} | ||
<blockquote>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. </blockquote>— <cite>From the [https://nixos.org/hydra/manual/#idm140737316005856 hydra manual]</cite> | |||
== Learning Resources == | |||
The [https://nixos.org/hydra/manual/ Hydra manual] provides an overview of the functionality and features of hydra, as well as an up-to-date installation guide. | |||
[[Category:Discussion]] | [[Category:Discussion]] | ||
[[Category:Hydra]] | [[Category:Hydra]] | ||
[[Category:Incomplete]] | [[Category:Incomplete]] |
Revision as of 11:35, 10 October 2017
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.
— From the hydra manual
Learning Resources
The Hydra manual provides an overview of the functionality and features of hydra, as well as an up-to-date installation guide.