On Wed, Oct 23, 2019 at 05:52:09AM -0400, Frediano Ziglio wrote: > > > > From: Victor Toso <me@xxxxxxxxxxxxxx> > > > > --- > > .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.
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel