diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2019-01-28 18:07:31 +0000 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@intel.com> | 2019-02-06 17:56:30 +0000 |
commit | 8744ac0904a17cebc6dc341f9bccce690267639b (patch) | |
tree | de4fbb05824342e2c56e889d94a7ec261baa5cc9 /.travis.yml | |
parent | b5a70af062510b61bbd6d57fe26933ee3788e5be (diff) |
gitlab-ci: add meson gallium ST Clover (LLVM 6.0) build
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
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 662466ed69d5..b6daf1f5966a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,31 +55,6 @@ matrix: - python3-pip - python3-setuptools - env: - - LABEL="meson Gallium ST Clover LLVM-6.0" - - 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" - - LLVM_VERSION=6.0 - - LLVM_CONFIG="llvm-config-${LLVM_VERSION}" - addons: - apt: - packages: - - libclc-dev - - llvm-6.0-dev - - clang-6.0 - - libclang-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 ST Clover LLVM-7" - BUILD=meson - UNWIND="true" |