Re: [linux/vd-agent 2/3] gitlab-ci: Move the dependencies to a variable

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Wed, Feb 27, 2019 at 11:13:06AM +0000, Victor Toso wrote:
> From: Victor Toso <me@xxxxxxxxxxxxxx>
> 
> Signed-off-by: Victor Toso <victortoso@xxxxxxxxxx>
> ---
>  .gitlab-ci.yml | 16 ++++++++++------
>  1 file changed, 10 insertions(+), 6 deletions(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index ad4fb80..fc40c04 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -1,12 +1,16 @@
>  image: fedora:latest
>  
> +variables:
> +  DEPS_COMMON: git libtool make python3 python3-six redhat-rpm-config
> +      bzip2 python3-pyparsing meson ninja-build gtk-doc glib2-devel
> +      gettext gettext-devel libpciaccess-devel alsa-lib-devel
> +      libXfixes-devel libX11-devel libXrandr-devel libXinerama-devel
> +      gtk3-devel dbus-devel systemd-devel
> +
>  before_script:
> -  - >
> -    dnf install 'dnf-command(copr)' git libtool make redhat-rpm-config bzip2
> -    python3 python3-six python3-pyparsing
> -    -y
> -  - dnf copr enable @spice/nightly -y
> -  - dnf builddep spice-vdagent -y
> +  - dnf install -y $DEPS_COMMON
> +  - git clone ${CI_REPOSITORY_URL/vd_agent/spice-protocol}

tbh, I'm afraid of using $CI_REPOSITORY_URL with the path above
because vd_agent project is under linux subgroup. For the moment,
I'll add the path to spice-protocol git master which is good
replacement to nightly of spice-protocol and I'll be testing how
to get proper path/branches here (unless anyone knows already :))

    https://gitlab.freedesktop.org/victortoso/vd_agent/pipelines/21603

3:06 instead of 16+ and 21+ as it was Yesterday. Cool.

> +  - (cd spice-protocol && ./autogen.sh --prefix=/usr && make install)
>  
>  make-check-distcheck:
>    script:
> -- 
> 2.20.1
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel@xxxxxxxxxxxxxxxxxxxxx
> https://lists.freedesktop.org/mailman/listinfo/spice-devel

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel

[Index of Archives]     [Linux Virtualization]     [Linux Virtualization]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]