blob: 3096bf635f969349c4c317da69f9c5e83ef57ab8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Cuirass is continuous integration system using GNU Guix. It is
intended as replacement for Hydra.
Requirements
============
GNU Guix must be installed along with all its development dependencies
as described here:
https://www.gnu.org/software/guix/manual/html_node/Building-from-Git.html#Building-from-Git
Its modules must be found by Guile in '%load-path'.
Example
=======
A quick way to manually test Cuirass is to execute:
./pre-inst-env cuirass --one-shot tests/hello-subset.scm --database=test.db
|