Re: [Spice-devel] [PATCH spice-streaming-agent] Add gitlab-ci.yml ci file

2018-02-20 Thread Victor Toso
Hi,

On Tue, Feb 20, 2018 at 11:28:47AM +0200, Snir Sheriber wrote:
> Hi,
> 
> On 02/20/2018 11:20 AM, Victor Toso wrote:
> > Hi,
> > 
> > On Tue, Feb 20, 2018 at 11:10:37AM +0200, Snir Sheriber wrote:
> > > Signed-off-by: Snir Sheriber 
> > > ---
> > >   .gitlab-ci.yml | 13 +
> > >   1 file changed, 13 insertions(+)
> > >   create mode 100644 .gitlab-ci.yml
> > > 
> > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> > > new file mode 100644
> > > index 000..b74e74f
> > > --- /dev/null
> > > +++ b/.gitlab-ci.yml
> > > @@ -0,0 +1,13 @@
> > > +image: fedora:latest
> > > +
> > > +before_script:
> > > +- dnf install 'dnf-command(copr)' automake autoconf libtool gcc-c++ 
> > > -y
> > > +- dnf copr enable @spice/nightly -y
> > > +- dnf builddep spice-streaming-agent -y
> > > +
> > > +build_and_test:
> > > +  script:
> > > +- autoreconf -fi
> > > +- ./configure
> > > +- make
> > > +- make check
> > Looks fine. Do you have a link to a job with this running
> > successfully?
> 
> Running now (tried it on private branch before)
> 
> https://gitlab.com/sheriber/spice-streaming-agent/pipelines/17763303

Acked-by: Victor Toso 


signature.asc
Description: PGP signature
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel


Re: [Spice-devel] [PATCH spice-streaming-agent] Add gitlab-ci.yml ci file

2018-02-20 Thread Snir Sheriber

Hi,

On 02/20/2018 11:20 AM, Victor Toso wrote:

Hi,

On Tue, Feb 20, 2018 at 11:10:37AM +0200, Snir Sheriber wrote:

Signed-off-by: Snir Sheriber 
---
  .gitlab-ci.yml | 13 +
  1 file changed, 13 insertions(+)
  create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 000..b74e74f
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,13 @@
+image: fedora:latest
+
+before_script:
+- dnf install 'dnf-command(copr)' automake autoconf libtool gcc-c++ -y
+- dnf copr enable @spice/nightly -y
+- dnf builddep spice-streaming-agent -y
+
+build_and_test:
+  script:
+- autoreconf -fi
+- ./configure
+- make
+- make check

Looks fine. Do you have a link to a job with this running
successfully?


Running now (tried it on private branch before)

https://gitlab.com/sheriber/spice-streaming-agent/pipelines/17763303


Cheers,
 toso



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


Re: [Spice-devel] [PATCH spice-streaming-agent] Add gitlab-ci.yml ci file

2018-02-20 Thread Victor Toso
Hi,

On Tue, Feb 20, 2018 at 11:10:37AM +0200, Snir Sheriber wrote:
> Signed-off-by: Snir Sheriber 
> ---
>  .gitlab-ci.yml | 13 +
>  1 file changed, 13 insertions(+)
>  create mode 100644 .gitlab-ci.yml
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> new file mode 100644
> index 000..b74e74f
> --- /dev/null
> +++ b/.gitlab-ci.yml
> @@ -0,0 +1,13 @@
> +image: fedora:latest
> +
> +before_script:
> +- dnf install 'dnf-command(copr)' automake autoconf libtool gcc-c++ -y
> +- dnf copr enable @spice/nightly -y
> +- dnf builddep spice-streaming-agent -y
> +
> +build_and_test:
> +  script:
> +- autoreconf -fi
> +- ./configure
> +- make
> +- make check

Looks fine. Do you have a link to a job with this running
successfully?

Cheers,
toso



signature.asc
Description: PGP signature
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel


[Spice-devel] [PATCH spice-streaming-agent] Add gitlab-ci.yml ci file

2018-02-20 Thread Snir Sheriber
Signed-off-by: Snir Sheriber 
---
 .gitlab-ci.yml | 13 +
 1 file changed, 13 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 000..b74e74f
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,13 @@
+image: fedora:latest
+
+before_script:
+- dnf install 'dnf-command(copr)' automake autoconf libtool gcc-c++ -y
+- dnf copr enable @spice/nightly -y
+- dnf builddep spice-streaming-agent -y
+
+build_and_test:
+  script:
+- autoreconf -fi
+- ./configure
+- make
+- make check
-- 
2.14.3

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