help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Configuration for Cuirass


From: divoplade
Subject: Configuration for Cuirass
Date: Thu, 15 Oct 2020 00:42:59 +0200
User-agent: Evolution 3.34.2

Hello,

I would like to use the cuirass service, but I cannot seem to make it
work. It either fails with an exception, or it builds nothing.

I would like to build all the packages from my repository (
https://framagit.org/divoplade/pomdappi-ci) and nothing from guix git.

Here is a specification that builds nothing but that lets cuirass run:

(define %cuirass-specs
  #~(list
     '((#:name . "pomdappi-master")
       (#:load-path-inputs . ())
       (#:package-path-inputs . ("."))
       (#:proc-input . "pomdappi-packages")
       (#:proc . cuirass-jobs)
       (#:proc-args . ())
       (#:inputs . (((#:name . "pomdappi-packages")
                     (#:url . "
https://framagit.org/divoplade/pomdappi-ci.git";)
                     (#:load-path . ".")
                     (#:branch . "master")
                     (#:no-compile? . #t))))
       (#:build-outputs . ()))))

How should I do it?

Best regards,

divoplade




reply via email to

[Prev in Thread] Current Thread [Next in Thread]