summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-01-28 20:40:25 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-02-06 17:56:30 +0000
commit360a7bfbe9145589f305f692cdf8dfd73515295a (patch)
tree5ab3fb63ede61c3b4c7b80756287e5920da312b4 /.travis.yml
parent39315a747b450ff2b2637b4bc83e647662580583 (diff)
gitlab-ci: add make Gallium ST Clover LLVM-7 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 d6e9b4cf92d..0153a67bd01 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,36 +32,6 @@ env:
matrix:
include:
- env:
- - LABEL="make Gallium ST Clover LLVM-7"
- - BUILD=make
- - MAKEFLAGS="-j4"
- - MAKE_CHECK_COMMAND="true"
- - LLVM_VERSION=7
- - 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,radeonsi"
- - VULKAN_DRIVERS=""
- - LIBUNWIND_FLAGS="--enable-libunwind"
- addons:
- apt:
- sources:
- - sourceline: 'deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main'
- key_url: https://apt.llvm.org/llvm-snapshot.gpg.key
- packages:
- - libclc-dev
- # From sources above
- - llvm-7-dev
- - clang-7
- - libclang-7-dev
- # Common
- - xz-utils
- - libexpat1-dev
- - libx11-xcb-dev
- - libelf-dev
- - libunwind8-dev
- - env:
- LABEL="make Gallium ST Other"
- BUILD=make
- MAKEFLAGS="-j4"