[Spice-devel] [usbredir 1/3] ci: Add basic build-stable check
Victor Toso
victortoso at redhat.com
Wed Aug 8 08:35:14 UTC 2018
Hi,
On Wed, Aug 08, 2018 at 04:25:47AM -0400, Frediano Ziglio wrote:
> >
> > From: Victor Toso <me at victortoso.com>
> >
> > Signed-off-by: Victor Toso <victortoso at redhat.com>
> > ---
> > .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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20180808/93b99164/attachment.sig>
More information about the Spice-devel
mailing list