[Mesa-dev] [PATCH 1/2] travis: Do our automake build tests with srcdir != builddir.

Eric Engestrom eric.engestrom at intel.com
Thu Jun 7 11:20:19 UTC 2018


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.engestrom at 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 at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list