Re: [Piglit] [PATCH] travis: add docker based cmake build job

2018-01-11 Thread Juan A. Suarez Romero
With below comments, Review-by: Juan A. Suarez On Fri, 2017-12-29 at 04:04 +0200, Andres Gomez wrote: > Until now we were only running the python unit tests. > > It seems desirable to also check that the CMake based build compiles > successfully. We do that now using docker. > > The docker bui

[Piglit] [PATCH] travis: add docker based cmake build job

2017-12-28 Thread Andres Gomez
Until now we were only running the python unit tests. It seems desirable to also check that the CMake based build compiles successfully. We do that now using docker. The docker build can be tweaked with some environment variables and, also, be stored in the docker hub if desired. Check the change