[perl PATCH v4 2/3] gitlab: add a simple job that publishes the API docs as HTML

Daniel P. Berrangé berrange at redhat.com
Thu May 7 10:41:54 UTC 2020


On Thu, May 07, 2020 at 12:11:44PM +0200, Andrea Bolognani wrote:
> On Tue, 2020-05-05 at 12:40 +0100, Daniel P. Berrangé wrote:
> > +++ b/.gitlab-ci.yml
> > @@ -3,6 +3,7 @@ stages:
> > +apiref:
> > +  stage: docs
> > +  image: perl
> 
> Why are we using a third-party image instead of the CentOS 8 based
> image that we have built specifically for libvirt-perl earlier?

Left over from when I was trying to build everything against generic
perl images.

> 
> > +  script:
> > +    - mkdir apiref
> > +    - perl -MPod::Simple::HTMLBatch -e Pod::Simple::HTMLBatch::go  lib apiref
> 
> Extra whitespace here.
> 
> -- 
> Andrea Bolognani / Red Hat / Virtualization
> 

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list