Re: [Mesa-dev] [PATCH 1/3] gitlab-ci: build Mesa using GitLab CI

2018-08-24 Thread Juan A. Suarez Romero
On Thu, 2018-08-09 at 19:35 -0700, Eric Anholt wrote: > "Juan A. Suarez Romero" writes: > > > Creates different Docker images containing Mesa built with different > > tools (autotools, meson, scons, etc). > > > > The build is done in 3 levels: the first level creates a base image > > with all th

Re: [Mesa-dev] [PATCH 1/3] gitlab-ci: build Mesa using GitLab CI

2018-08-09 Thread Eric Anholt
"Juan A. Suarez Romero" writes: > Creates different Docker images containing Mesa built with different > tools (autotools, meson, scons, etc). > > The build is done in 3 levels: the first level creates a base image > with all the requirements to build Mesa. > > The second level (based of the firs

[Mesa-dev] [PATCH 1/3] gitlab-ci: build Mesa using GitLab CI

2018-08-08 Thread Juan A. Suarez Romero
Creates different Docker images containing Mesa built with different tools (autotools, meson, scons, etc). The build is done in 3 levels: the first level creates a base image with all the requirements to build Mesa. The second level (based of the first one), builds different images with different