diff options
author | Eric Engestrom <[email protected]> | 2019-01-28 17:42:59 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-06 17:56:30 +0000 |
commit | 360c814bfe5bec0cc41c86887768a2c876fb5e6a (patch) | |
tree | 0ec99b6a44c8967e9aac24d44f2be7f256dde707 /.travis.yml | |
parent | d73265e20ddbc4208ff35e3ee5d89a8b3161a3d7 (diff) |
gitlab-ci: add meson gallium SWR build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.travis.yml b/.travis.yml index 8e2a53a8918..30bc0db9869 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,31 +55,6 @@ matrix: - 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. - - LABEL="meson Gallium Drivers SWR" - - 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="swr" - - LLVM_VERSION=6.0 - - LLVM_CONFIG="llvm-config-${LLVM_VERSION}" - addons: - apt: - packages: - - llvm-6.0-dev - # Common - - xz-utils - - libexpat1-dev - - libx11-xcb-dev - - libelf-dev - - libunwind8-dev - - python3.5 - - python3-pip - - python3-setuptools - - env: - LABEL="meson Gallium Drivers RadeonSI" - BUILD=meson - UNWIND="true" |