Hydra, for Lix
Find a file
2015-06-15 16:33:50 +02:00
doc
src Support requiredSystemFeatures 2015-06-15 16:33:50 +02:00
tests Doh 2015-05-26 15:25:21 +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-server.service: Shut up warning about the terminal size being unknown 2014-11-12 13:50:25 +01:00
INSTALL
Makefile.am
README.md Build from source remark in README.md 2015-02-10 13:06:04 +00:00
release.nix Use stable Nix 2015-06-15 14:51:38 +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