[Spice-devel] [spice-protocol 2/2] fixup: gitlab-ci: to fix after mingw
Victor Toso
victortoso at redhat.com
Wed Oct 23 10:06:14 UTC 2019
On Wed, Oct 23, 2019 at 05:52:09AM -0400, Frediano Ziglio wrote:
> >
> > From: Victor Toso <me at victortoso.com>
> >
> > ---
> > .gitlab-ci.yml | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> > index da4f512..c7028dd 100644
> > --- a/.gitlab-ci.yml
> > +++ b/.gitlab-ci.yml
> > @@ -4,9 +4,10 @@ variables:
> > DEPS_COMMON: git libtool make python3 python3-six redhat-rpm-config
> > python3-pyparsing meson ninja-build gtk-doc glib2-devel
> > gettext gettext-devel bzip2 rpmlint rpm-build
> > + DEPS_MINGW: mingw32-filesystem mingw64-filesystem
> >
> > before_script:
> > -- dnf install -y $DEPS_COMMON
> > +- dnf install -y $DEPS_COMMON $DEPS_MINGW
> >
> > fedora-autotools:
> > script:
>
> Is it useful to have a separate "DEPS_MINGW" ?
>
> Frediano
I'm doing that for spice-gtk and spice so it would just be
somewhat a standard. Not too strong about it for now, feel free
to move it to DEPS_COMMON if you prefer.
-------------- 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/20191023/c7c41080/attachment.sig>
More information about the Spice-devel
mailing list