Re: [PATCH 0/2] Automatically build docs through GitLab CI

2018-08-03 Thread Daniel Stone
Hi, On Fri, 3 Aug 2018 at 09:21, Pekka Paalanen wrote: > On Mon, 16 Jul 2018 14:14:33 -0300 Matheus Santana wrote: > > There is an issue for this: https://gitlab.freedesktop. > > org/wayland/wayland/issues/48 > > > > For now, this series builds wayland within the site's pipeline by cloning > > t

Re: [PATCH 0/2] Automatically build docs through GitLab CI

2018-08-03 Thread Pekka Paalanen
On Mon, 16 Jul 2018 14:14:33 -0300 Matheus Santana wrote: > Hello! > > There is an issue for this: https://gitlab.freedesktop. > org/wayland/wayland/issues/48 > > For now, this series builds wayland within the site's pipeline by cloning > the repository and building everything just like in wayl

[PATCH 0/2] Automatically build docs through GitLab CI

2018-07-16 Thread Matheus Santana
Hello! There is an issue for this: https://gitlab.freedesktop. org/wayland/wayland/issues/48 For now, this series builds wayland within the site's pipeline by cloning the repository and building everything just like in wayland's CI itself. Basically the same approach used for libinput's docs. We