diff options
author | Eric Engestrom <[email protected]> | 2019-01-28 17:47:09 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-06 17:56:30 +0000 |
commit | d407ead204d3ee21f13013d59c98601a49fb8669 (patch) | |
tree | d6e22a180d05fdaf2f32358975cd49310a93d2ba /.travis.yml | |
parent | 06e8f1961bd0a301842869d6bb334950c3af3ce0 (diff) |
gitlab-ci: add meson gallium "other drivers" build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.travis.yml b/.travis.yml index e129c41fc39..f80473ad12a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,30 +55,6 @@ matrix: - python3-pip - python3-setuptools - env: - - LABEL="meson Gallium Drivers Other" - - BUILD=meson - - UNWIND="true" - - DRI_LOADERS="-Dglx=disabled -Degl=false -Dgbm=false" - - GALLIUM_ST="-Ddri3=false -Dgallium-vdpau=false -Dgallium-xvmc=false -Dgallium-omx=disabled -Dgallium-va=false -Dgallium-xa=false -Dgallium-nine=false -Dgallium-opencl=disabled" - - GALLIUM_DRIVERS="i915,nouveau,kmsro,r300,r600,freedreno,svga,swrast,v3d,vc4,virgl,etnaviv" - - LLVM_VERSION=5.0 - - LLVM_CONFIG="llvm-config-${LLVM_VERSION}" - addons: - apt: - packages: - # LLVM packaging is broken and misses these dependencies - - libedit-dev - - llvm-5.0-dev - # Common - - xz-utils - - libexpat1-dev - - libx11-xcb-dev - - libelf-dev - - libunwind8-dev - - python3.5 - - python3-pip - - python3-setuptools - - env: - LABEL="meson Gallium ST Clover LLVM-5.0" - BUILD=meson - UNWIND="true" |