gitlab-ci: add make loaders/classic DRI build
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
@@ -305,6 +305,29 @@ build:make-vulkan:
|
||||
VULKAN_DRIVERS: intel,radeon
|
||||
LIBUNWIND_FLAGS: --disable-libunwind
|
||||
|
||||
build:make-loader-classic-dri:
|
||||
extends: .make-build
|
||||
variables:
|
||||
MAKE_CHECK_COMMAND: "make check"
|
||||
DRI_LOADERS: >
|
||||
--enable-glx
|
||||
--enable-gbm
|
||||
--enable-egl
|
||||
--with-platforms=x11,wayland,drm,surfaceless
|
||||
--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
|
||||
LIBUNWIND_FLAGS: --disable-libunwind
|
||||
|
||||
build:scons-nollvm:
|
||||
extends: .scons-build
|
||||
variables:
|
||||
|
23
.travis.yml
23
.travis.yml
@@ -31,29 +31,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.
|
||||
|
Reference in New Issue
Block a user