summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-01-28 18:13:55 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-02-06 17:56:30 +0000
commitf33517bda7e4d7b2eeb66e0f3746db515a3e2761 (patch)
treedb739c34d5f695777e0a6eb83f916cbd136f451b /.travis.yml
parent8dab707ab8fa74d1a338ebccbe1eee88c0af32e4 (diff)
gitlab-ci: add meson gallium ST "Other" build
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/.travis.yml b/.travis.yml
index 57f5be2ecc4..041ebea1e05 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,38 +55,6 @@ matrix:
- python3-pip
- python3-setuptools
- env:
- - LABEL="meson Gallium ST Other"
- - BUILD=meson
- - UNWIND="true"
- - DRI_LOADERS="-Dglx=disabled -Degl=false -Dgbm=false"
- - GALLIUM_ST="-Ddri3=true -Dgallium-vdpau=true -Dgallium-xvmc=true -Dgallium-omx=bellagio -Dgallium-va=true -Dgallium-xa=true -Dgallium-nine=true -Dgallium-opencl=disabled -Dosmesa=gallium"
- # We need swrast for osmesa and nine.
- # Nouveau supports, or builds at least against all ST.
- - GALLIUM_DRIVERS="nouveau,swrast"
- - LLVM_VERSION=5.0
- - LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
- addons:
- apt:
- packages:
- - llvm-5.0-dev
- # LLVM packaging is broken and misses these dependencies
- - libedit-dev
- # Nine requires gcc 4.6... which is the one we have right ?
- - libxvmc-dev
- # Build locally, for now.
- #- libvdpau-dev
- #- libva-dev
- - libomxil-bellagio-dev
- # Common
- - xz-utils
- - libexpat1-dev
- - libx11-xcb-dev
- - libelf-dev
- - libunwind8-dev
- - python3.5
- - 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.