forked from lix-project/hydra
0d0b925af1
Mutliple <githubstatus> sections are possible: * jobs: regexp for jobs to match * inputs: the input which corresponds to the github repo/rev whose status we want to report. Can be repeated * authorization: Verbatim contents of the Authorization header. See https://developer.github.com/v3/#authentication. |
||
---|---|---|
doc | ||
src | ||
tests | ||
.gitignore | ||
bootstrap | ||
configure.ac | ||
COPYING | ||
hydra-module.nix | ||
INSTALL | ||
Makefile.am | ||
README.md | ||
release.nix | ||
shell.nix | ||
version |
To start hacking on Hydra, run:
$ nix-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