summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-01-21 10:03:37 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-01-22 10:29:19 +0000
commit41a0c0039225753b26f2ce61b49fef8d45c616ad (patch)
treefc7007b033dbc2324b07a1d18683f5c4a6074ada /.travis.yml
parent27af1cc2a6c7d8f623f60d1499d2de2acf931534 (diff)
travis: fix autotools build after --enable-autotools switch addition
Fixes: e68777c87ceed02ab199 "autotools: Deprecate the use of autotools" Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Acked-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7279f3ad9cf..67bbf592a90 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -805,7 +805,9 @@ script:
mkdir build &&
cd build &&
- ../autogen.sh --enable-debug
+ ../autogen.sh
+ --enable-autotools
+ --enable-debug
$LIBUNWIND_FLAGS
$DRI_LOADERS
--with-dri-drivers=$DRI_DRIVERS