2016-05-11 19:59:47 +02:00
|
|
|
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
|
2016-06-16 01:11:57 +02:00
|
|
|
|
|
|
|
Its modules must be found by Guile in '%load-path'.
|
2016-07-02 23:00:17 +02:00
|
|
|
|
|
|
|
Example
|
|
|
|
=======
|
|
|
|
|
|
|
|
A quick way to manually test Cuirass is to execute:
|
|
|
|
|
2016-07-13 17:43:58 +02:00
|
|
|
./pre-inst-env cuirass --one-shot tests/hello-subset.scm --database=test.db
|