forked from lix-project/hydra
19e7114f0e
Currently I'm using a (not very well) downscaled version of the NixOS logo, so we want to replace it by a proper image ASAP. Other than that, the idea is to have something like this in hydra-build-products: file channel $out/channel.tar.bz2 Right now of course, it's only displayed at the corresponding builds, so we might want to have aggregates on all channels for a project, jobset or maybe even single jobs? Signed-off-by: aszlig <aszlig@redmoonstudios.org> |
||
---|---|---|
doc | ||
src | ||
tests | ||
.gitignore | ||
bootstrap | ||
configure.ac | ||
COPYING | ||
dev-shell | ||
hydra-module.nix | ||
INSTALL | ||
Makefile.am | ||
README.md | ||
release.nix | ||
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