Hydra, for Lix
Find a file
Eelco Dolstra 092d60735b Keep track of wait time per system type
I.e., how much time the currently runnable steps per system type have
been waiting. This is useful for deciding whether to provision more
machines.
2015-08-17 15:45:44 +02:00
doc
src Keep track of wait time per system type 2015-08-17 15:45:44 +02:00
tests Fix the API test 2015-08-12 16:07:19 +02:00
.gitignore
bootstrap
configure.ac
COPYING
dev-shell
hydra-module.nix
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