summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-01-28 20:29:59 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-02-06 17:56:30 +0000
commit984e295500580fc706330bf46fe28b71e89f5d57 (patch)
treee5fa374e1c62e1dc1f67ef25531956920a9f472b /.travis.yml
parentd0dff24cbb82ffe366e95963a8511b7600c3030e (diff)
gitlab-ci: add make Gallium ST Clover LLVM-3.9 build
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.travis.yml b/.travis.yml
index fe82a0931b9..4d6579db550 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,36 +32,6 @@ env:
matrix:
include:
- env:
- - LABEL="make Gallium ST Clover LLVM-3.9"
- - BUILD=make
- - MAKEFLAGS="-j4"
- - MAKE_CHECK_COMMAND="true"
- - LLVM_VERSION=3.9
- - LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
- - DRI_LOADERS="--disable-glx --disable-gbm --disable-egl"
- - DRI_DRIVERS=""
- - GALLIUM_ST="--disable-dri --enable-opencl --enable-opencl-icd --enable-llvm --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --disable-omx-bellagio --disable-gallium-osmesa"
- - GALLIUM_DRIVERS="r600"
- - VULKAN_DRIVERS=""
- - LIBUNWIND_FLAGS="--enable-libunwind"
- addons:
- apt:
- packages:
- - libclc-dev
- # LLVM packaging is broken and misses these dependencies
- - libedit-dev
- - llvm-3.9-dev
- - clang-3.9
- - libclang-3.9-dev
- # Common
- - xz-utils
- - libexpat1-dev
- - libx11-xcb-dev
- - libelf-dev
- - libunwind8-dev
- - python3-pip
- - python3-setuptools
- - env:
- LABEL="make Gallium ST Clover LLVM-4.0"
- BUILD=make
- MAKEFLAGS="-j4"