diff options
author | Eric Engestrom <[email protected]> | 2019-01-28 17:38:17 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-06 17:56:30 +0000 |
commit | d73265e20ddbc4208ff35e3ee5d89a8b3161a3d7 (patch) | |
tree | 0edb63f36e8a2d4b22c2fd039cc9aa13b7728130 /.travis.yml | |
parent | 6a19ec9daac669336444f46946ad79ed674ad66f (diff) |
gitlab-ci: add meson loader/classic DRI build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.travis.yml b/.travis.yml index b27449344ad..8e2a53a8918 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,26 +32,6 @@ env: matrix: include: - env: - - LABEL="meson loaders/classic DRI" - - BUILD=meson - - UNWIND="false" - - DRI_LOADERS="-Dglx=dri -Dgbm=true -Degl=true -Dplatforms=x11,wayland,drm,surfaceless -Dosmesa=classic" - - DRI_DRIVERS="i915,i965,r100,r200,swrast,nouveau" - - GALLIUM_ST="-Ddri3=true -Dgallium-vdpau=false -Dgallium-xvmc=false -Dgallium-omx=disabled -Dgallium-va=false -Dgallium-xa=false -Dgallium-nine=false -Dgallium-opencl=disabled" - addons: - apt: - packages: - - xz-utils - - x11proto-xf86vidmode-dev - - libxxf86vm-dev - - libexpat1-dev - - libx11-xcb-dev - - libxdamage-dev - - libxfixes-dev - - python3.5 - - python3-pip - - python3-setuptools - - env: - LABEL="make loaders/classic DRI" - BUILD=make - MAKEFLAGS="-j4" |