From: Eric Anholt Date: Tue, 5 Jun 2018 15:18:51 +0000 (-0700) Subject: travis: Do our automake build tests with srcdir != builddir. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3db39d84d2fed42e2324e6f9b5c75f56a7baa767;p=mesa.git travis: Do our automake build tests with srcdir != builddir. This will catch many automake bugs that end-users get to experience first, otherwise. Reviewed-by: Eric Engestrom Reviewed-by: Emil Velikov --- diff --git a/.travis.yml b/.travis.yml index ae28e63efb8..b367bd74d92 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