Hi,

On Wed, Aug 08, 2018 at 04:25:47AM -0400, Frediano Ziglio wrote:
> > 
> > From: Victor Toso <[email protected]>
> > 
> > Signed-off-by: Victor Toso <[email protected]>
> > ---
> >  .gitlab-ci.yml | 15 +++++++++++++++
> >  1 file changed, 15 insertions(+)
> >  create mode 100644 .gitlab-ci.yml
> > 
> > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> > new file mode 100644
> > index 0000000..6102ee4
> > --- /dev/null
> > +++ b/.gitlab-ci.yml
> > @@ -0,0 +1,15 @@
> > +image: fedora:latest
> > +
> > +variables:
> > +  DEPENDENCIES: gcc git libtool make bzip2
> > +                libusb-devel
> > +
> > +build_stable:
> > +  before_script:
> > +    - dnf install -y --nogpgcheck $DEPENDENCIES
> 
> why the --nogpgcheck? The list seems to contain only signed packages.

No particular reason. I copied/paste from where that might have
been an issue before. Still, shouldn't pose a problem to CI.

> 
> > +  script:
> > +    - ./autogen.sh --prefix=/usr
> > +    - make
> > +    - make check
> > +    - make install
> > +    - make distcheck
> 
> Frediano

Victor

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to