summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-01-28 18:09:24 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-02-06 17:56:30 +0000
commit8dab707ab8fa74d1a338ebccbe1eee88c0af32e4 (patch)
tree48db0603aefc4391294a9484c56855458d257308 /.travis.yml
parent8744ac0904a17cebc6dc341f9bccce690267639b (diff)
gitlab-ci: add meson gallium ST Clover (LLVM 7.0) build
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.travis.yml b/.travis.yml
index b6daf1f5966..57f5be2ecc4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,35 +55,6 @@ matrix:
- python3-pip
- python3-setuptools
- env:
- - LABEL="meson Gallium ST Clover LLVM-7"
- - 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=icd"
- - GALLIUM_DRIVERS="r600,radeonsi"
- - LLVM_VERSION=7
- - LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
- 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
- - python3.5
- - python3-pip
- - python3-setuptools
- - env:
- LABEL="meson Gallium ST Other"
- BUILD=meson
- UNWIND="true"