all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Configuration for Cuirass
@ 2020-10-14 22:42 divoplade
  2020-10-15  8:40 ` Mathieu Othacehe
  0 siblings, 1 reply; 13+ messages in thread
From: divoplade @ 2020-10-14 22:42 UTC (permalink / raw)
  To: help-guix

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-10-19 17:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-14 22:42 Configuration for Cuirass divoplade
2020-10-15  8:40 ` Mathieu Othacehe
2020-10-15  9:19   ` divoplade
2020-10-15 12:32     ` Mathieu Othacehe
2020-10-15 14:39       ` divoplade
2020-10-18 15:46         ` Mathieu Othacehe
2020-10-18 15:51           ` divoplade
2020-10-18 16:24             ` Mathieu Othacehe
2020-10-18 16:36               ` divoplade
2020-10-18 17:38                 ` Mathieu Othacehe
2020-10-18 17:50                   ` divoplade
2020-10-19 10:27                     ` Mathieu Othacehe
2020-10-19 17:04                       ` divoplade

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.