gitlab-ci: add meson gallium ST Clover (LLVM 6.0) build

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Eric Engestrom 2019-01-28 18:07:31 +00:00
parent b5a70af062
commit 8744ac0904
3 changed files with 7 additions and 25 deletions

View File

@ -248,6 +248,11 @@ build:meson-gallium-clover-llvm5:
GALLIUM_DRIVERS: "r600"
LLVM_VERSION: "5.0"
build:meson-gallium-clover-llvm6:
extends: build:meson-gallium-clover-llvm5
variables:
LLVM_VERSION: "6.0"
build:make-vulkan:
extends: .make-build
variables:

View File

@ -30,6 +30,8 @@ RUN apt-get install -y \
llvm-7-dev \
clang-5.0 \
libclang-5.0-dev \
clang-6.0 \
libclang-6.0-dev \
libclc-dev \
xz-utils \
libexpat1-dev \

View File

@ -54,31 +54,6 @@ matrix:
- libxfixes-dev
- 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