[Spice-devel] [PATCH v2 spice-gtk 1/2] Add .gitlab-ci.yml

Pavel Grunt pgrunt at redhat.com
Mon Mar 13 06:45:14 UTC 2017


Ack both patches,

Pavel

On Sun, 2017-03-12 at 15:49 +0200, Snir Sheriber wrote:
> ---
>  .gitlab-ci.yml | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 .gitlab-ci.yml
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> new file mode 100644
> index 0000000..d712637
> --- /dev/null
> +++ b/.gitlab-ci.yml
> @@ -0,0 +1,12 @@
> +image: fedora:latest
> +
> +before_script:
> +  - dnf install 'dnf-command(copr)' git libtool make pyparsing
> redhat-rpm-config -y
> +  - dnf copr enable @spice/nightly -y
> +  - dnf builddep spice-gtk -y
> +
> +makecheck:
> +  script:
> +  - ./autogen.sh --enable-static
> +  - make -j4
> +  - make check


More information about the Spice-devel mailing list