[Spice-devel] [spice-protocol 2/2] fixup: gitlab-ci: to fix after mingw

Frediano Ziglio fziglio at redhat.com
Wed Oct 23 09:52:09 UTC 2019


> 
> 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



More information about the Spice-devel mailing list