mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
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 <eric.engestrom@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
37eb56d239
commit
3db39d84d2
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue