On Tuesday, 2018-06-05 12:46:35 -0700, Eric Anholt wrote: > This will catch many automake bugs that end-users get to experience first, > otherwise.
Good idea! Both patches are Reviewed-by: Eric Engestrom <eric.engest...@intel.com> > --- > .travis.yml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/.travis.yml b/.travis.yml > index 1f83f5b8d74d..3a88b24bdbec 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -591,7 +591,9 @@ script: > > export CFLAGS="$CFLAGS -isystem`pwd`"; > > - ./autogen.sh --enable-debug > + mkdir build && > + cd build && > + ../autogen.sh --enable-debug > $LIBUNWIND_FLAGS > $DRI_LOADERS > --with-dri-drivers=$DRI_DRIVERS > -- > 2.17.0 > > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev