[libvirt] [jenkins-ci PATCH 3/3] projects: add libvirt-ocaml project

Andrea Bolognani abologna at redhat.com
Fri Oct 19 11:26:59 UTC 2018


On Fri, 2018-10-19 at 10:37 +0100, Daniel P. Berrangé wrote:
> On Thu, Oct 11, 2018 at 11:19:54AM +0200, Pino Toscano wrote:
> > +    jobs:
> > +      - generic-build-job:
> > +          parent_jobs: 'libvirt-build'
> > +          command: |
> > +            autoreconf -vfi
> > +            ./configure --prefix=$VIRT_PREFIX --with-libvirt=$VIRT_PREFIX
> > +            $MAKE
> > +            $MAKE opt
> 
> Since this is using autotools, how about tweaking it to follow the normal
> pattern for autotools jobs, so we can use the standard job defintion. It
> looks like it would need
> 
>   - An autogen.sh script
>   - Fixed VPATH build
>   - Have 'make opt' be part of the default target

Yeah, that sounds like a good idea. I was also wondering whether
libvirt-ocaml has any kind of 'make check' target we could run.

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list