Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-07 Thread Emil Velikov
On 7 June 2018 at 08:46, Daniel Stone wrote: > Hi, > > On 6 June 2018 at 16:41, Emil Velikov wrote: >> On 6 June 2018 at 15:47, Simon McVittie wrote: >>> On Wed, 06 Jun 2018 at 15:33:13 +0100, Emil Velikov wrote: On 5 June 2018 at 23:06, Daniel Stone wrote: > + - apt-get -y

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-07 Thread Pekka Paalanen
On Wed, 6 Jun 2018 15:33:13 +0100 Emil Velikov wrote: > Hi Dan, > > On 5 June 2018 at 23:06, Daniel Stone wrote: > > > + - apt-get -y --no-install-recommends install build-essential automake > > autoconf libtool pkg-config libexpat1-dev libffi-dev libxml2-dev > > libpixman-1-dev libpng-dev

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-07 Thread Daniel Stone
Hi Emil, I replied to the rest further down-thread, but: On 6 June 2018 at 15:33, Emil Velikov wrote: > On 5 June 2018 at 23:06, Daniel Stone wrote: >> + - git clone --depth=1 >> git://anongit.freedesktop.org/git/wayland/wayland-protocols >> + - export

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-07 Thread Daniel Stone
Hi, On 6 June 2018 at 16:41, Emil Velikov wrote: > On 6 June 2018 at 15:47, Simon McVittie wrote: >> On Wed, 06 Jun 2018 at 15:33:13 +0100, Emil Velikov wrote: >>> On 5 June 2018 at 23:06, Daniel Stone wrote: >>> > + - apt-get -y --no-install-recommends install build-essential automake >>> >

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-07 Thread Daniel Stone
Hi Pekka, On 7 June 2018 at 08:46, Pekka Paalanen wrote: > On Wed, 6 Jun 2018 15:37:01 +0100 > Emil Velikov wrote: >> On 6 June 2018 at 09:56, Pekka Paalanen wrote: >> > On Wed, 6 Jun 2018 09:22:59 +0100 >> > Daniel Stone wrote: >> >> On 6 June 2018 at 09:12, Daniel Stone wrote: >> >> > On 6

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-07 Thread Pekka Paalanen
On Wed, 6 Jun 2018 15:37:01 +0100 Emil Velikov wrote: > On 6 June 2018 at 09:56, Pekka Paalanen wrote: > > On Wed, 6 Jun 2018 09:22:59 +0100 > > Daniel Stone wrote: > > > >> On 6 June 2018 at 09:12, Daniel Stone wrote: > >> > On 6 June 2018 at 09:03, Pekka Paalanen wrote: > >> >>

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Emil Velikov
On 6 June 2018 at 15:47, Simon McVittie wrote: > On Wed, 06 Jun 2018 at 15:33:13 +0100, Emil Velikov wrote: >> On 5 June 2018 at 23:06, Daniel Stone wrote: >> > + - apt-get -y --no-install-recommends install build-essential automake >> > autoconf libtool pkg-config libexpat1-dev libffi-dev

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Simon McVittie
On Wed, 06 Jun 2018 at 15:33:13 +0100, Emil Velikov wrote: > On 5 June 2018 at 23:06, Daniel Stone wrote: > > + - apt-get -y --no-install-recommends install build-essential automake > > autoconf libtool pkg-config libexpat1-dev libffi-dev libxml2-dev > > libpixman-1-dev libpng-dev libjpeg-dev

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Emil Velikov
On 6 June 2018 at 09:56, Pekka Paalanen wrote: > On Wed, 6 Jun 2018 09:22:59 +0100 > Daniel Stone wrote: > >> On 6 June 2018 at 09:12, Daniel Stone wrote: >> > On 6 June 2018 at 09:03, Pekka Paalanen wrote: >> >> Distcheck does not --disable-xwayland-test, does it? So should we match >> >> it

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Emil Velikov
Hi Dan, On 5 June 2018 at 23:06, Daniel Stone wrote: > + - apt-get -y --no-install-recommends install build-essential automake > autoconf libtool pkg-config libexpat1-dev libffi-dev libxml2-dev > libpixman-1-dev libpng-dev libjpeg-dev libcolord-dev mesa-common-dev > libglu1-mesa-dev

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Emilio Pozuelo Monfort
On 06/06/18 10:12, Daniel Stone wrote: > Hi, > > On 6 June 2018 at 09:03, Pekka Paalanen wrote: >> On Tue, 5 Jun 2018 23:06:59 +0100 >> Daniel Stone wrote: >>> + - export XDG_RUNTIME_DIR="$(mktemp -p $(pwd) -d xdg-runtime-XX)" >>> + - export

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Daniel Stone
Hi, On 6 June 2018 at 09:03, Pekka Paalanen wrote: > On Tue, 5 Jun 2018 23:06:59 +0100 > Daniel Stone wrote: >> + - export XDG_RUNTIME_DIR="$(mktemp -p $(pwd) -d xdg-runtime-XX)" >> + - export BUILD_ID="weston-$CI_JOB_NAME_$CI_COMMIT_SHA-$CI_JOB_ID" >> + - export

Re: [PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-06 Thread Pekka Paalanen
On Tue, 5 Jun 2018 23:06:59 +0100 Daniel Stone wrote: > Signed-off-by: Daniel Stone > --- > .gitlab-ci.yml | 48 > 1 file changed, 48 insertions(+) > create mode 100644 .gitlab-ci.yml Hi, the same with wayland: the commit message could

[PATCH weston 2/2] Add .gitlab-ci.yml

2018-06-05 Thread Daniel Stone
Signed-off-by: Daniel Stone --- .gitlab-ci.yml | 48 1 file changed, 48 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0..202fa5494 --- /dev/null +++