Hydra, for Lix
Find a file
Eelco Dolstra ea1eb2e3fb Keep track of requiredSystemFeatures in the machine stats
For example, steps that require the "kvm" feature may require a
different kind of machine to be provisioned. This can also be used to
require performance-sensitive tests to run on a particular kind of
machine, e.g., by setting requiredSystemFeatures to something like
"ec2-i2.8xlarge".
2015-08-17 14:37:57 +02:00
doc Disable building the PDF manual 2015-07-08 16:51:05 +02:00
src Keep track of requiredSystemFeatures in the machine stats 2015-08-17 14:37:57 +02:00
tests Fix the API test 2015-08-12 16:07:19 +02:00
.gitignore Shut up warnings 2015-05-28 17:38:17 +02:00
bootstrap
configure.ac Start of single-process hydra-queue-runner 2015-05-28 17:39:29 +02:00
COPYING
dev-shell
hydra-module.nix hydra-queue-runner.service: Set IN_SYSTEMD 2015-07-21 01:54:24 +02:00
INSTALL
Makefile.am
README.md
release.nix Use nixUnstable for the tarball 2015-08-17 11:17:54 +02:00
version

To start hacking on Hydra, run:

$ ./dev-shell
$ ./configure $configureFlags --prefix=/opt/hydra
$ make
$ make install

Or, if you just want to build from source (on x86_64-linux):

$ nix-build -A build.x86_64-linux release.nix