unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Setting up CI for Guile
@ 2016-10-06  4:26 Wilfred Hughes
  2016-10-06  9:43 ` Taylan Ulrich Bayırlı/Kammer
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Wilfred Hughes @ 2016-10-06  4:26 UTC (permalink / raw)
  To: guile-devel

Hi folks

I'm a big fan of CI (automated testing), and maybe you are too. I'd
love to have CI for reviewing patches of Guile.

So, I decided to set it up! This isn't something that's available on
GNU Savannah, so I've used GitLab (which is still FSF-approved Free
Software).

You can see my different branches being tested here:
https://gitlab.com/wilfred/guile/pipelines?scope=branches

Guile compilation is slow: 3 hours 15 minutes on my feeble laptop.
GitLab's CI only gives you an hour.

I solved this by creating a Docker image:
https://gitlab.com/wilfred/guile-build-image that contains a recent
checkout of Guile that has been built. This allows me to do an
incremental build in GitLab, which is much faster (5-10 minutes,
including tests).

What do you think? I'd love this to become the standard way to
contribute: it's easy to see what patches are in need of review, and
whether tests pass after a given patch is applied.

In any case, I'm finding it very helpful, maybe you will find so too.

Cheers
Wilfred



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

end of thread, other threads:[~2016-10-18  1:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-06  4:26 Setting up CI for Guile Wilfred Hughes
2016-10-06  9:43 ` Taylan Ulrich Bayırlı/Kammer
2016-10-06 14:34 ` Thompson, David
2016-10-06 15:16   ` Jan Nieuwenhuizen
2016-10-11 19:56 ` Ludovic Courtès
2016-10-18  1:39 ` Mike Gerwitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).