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

2018-01-31 Thread Andres Gomez
On Mon, 2018-01-29 at 14:06 -0800, Eric Anholt wrote: > Andres Gomez writes: > > > 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 tw

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

2018-01-29 Thread Eric Anholt
Andres Gomez writes: > 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 dock

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

2018-01-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