summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-01-28 20:13:33 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-02-06 17:56:30 +0000
commitbbdc563c11e328bd9f3fc93c0e37eadf1a25fc3a (patch)
tree04d12962a995be846b5b1fb2fd1d430cd99e59cd /.travis.yml
parentf33517bda7e4d7b2eeb66e0f3746db515a3e2761 (diff)
gitlab-ci: add make loaders/classic DRI build
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.travis.yml b/.travis.yml
index 041ebea1e05..08c99c892a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,29 +32,6 @@ env:
matrix:
include:
- env:
- - LABEL="make loaders/classic DRI"
- - BUILD=make
- - MAKEFLAGS="-j4"
- - MAKE_CHECK_COMMAND="make check"
- - DRI_LOADERS="--enable-glx --enable-gbm --enable-egl --with-platforms=x11,drm,surfaceless,wayland --enable-osmesa"
- - DRI_DRIVERS="i915,i965,radeon,r200,swrast,nouveau"
- - GALLIUM_ST="--enable-dri --disable-opencl --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --disable-omx-bellagio --disable-gallium-osmesa"
- - GALLIUM_DRIVERS=""
- - VULKAN_DRIVERS=""
- - LIBUNWIND_FLAGS="--disable-libunwind"
- addons:
- apt:
- packages:
- - xz-utils
- - x11proto-xf86vidmode-dev
- - libxxf86vm-dev
- - libexpat1-dev
- - libx11-xcb-dev
- - libxdamage-dev
- - libxfixes-dev
- - python3-pip
- - python3-setuptools
- - env:
# NOTE: Building SWR is 2x (yes two) times slower than all the other
# gallium drivers combined.
# Start this early so that it doesn't hunder the run time.