Message ID | 20191023083410.12489-3-victortoso@redhat.com |
---|---|
State | New |
Headers | show |
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:
> > From: Victor Toso <me@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
From: Victor Toso <me@victortoso.com> --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)