gitlab-ci: add make Gallium Drivers RadeonSI build
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
@@ -353,6 +353,12 @@ build:make-gallium-drivers-swr:
|
|||||||
GALLIUM_DRIVERS: "swr"
|
GALLIUM_DRIVERS: "swr"
|
||||||
LIBUNWIND_FLAGS: --enable-libunwind
|
LIBUNWIND_FLAGS: --enable-libunwind
|
||||||
|
|
||||||
|
build:make-gallium-drivers-radeonsi:
|
||||||
|
extends: build:make-gallium-drivers-swr
|
||||||
|
variables:
|
||||||
|
LLVM_VERSION: "7"
|
||||||
|
GALLIUM_DRIVERS: "radeonsi"
|
||||||
|
|
||||||
build:scons-nollvm:
|
build:scons-nollvm:
|
||||||
extends: .scons-build
|
extends: .scons-build
|
||||||
variables:
|
variables:
|
||||||
|
29
.travis.yml
29
.travis.yml
@@ -31,35 +31,6 @@ env:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- env:
|
|
||||||
- LABEL="make Gallium Drivers RadeonSI"
|
|
||||||
- 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="--enable-dri --disable-opencl --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --disable-omx-bellagio --disable-gallium-osmesa"
|
|
||||||
- GALLIUM_DRIVERS="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:
|
|
||||||
# From sources above
|
|
||||||
- llvm-7-dev
|
|
||||||
# Common
|
|
||||||
- xz-utils
|
|
||||||
- libexpat1-dev
|
|
||||||
- libx11-xcb-dev
|
|
||||||
- libelf-dev
|
|
||||||
- libunwind8-dev
|
|
||||||
- python3-pip
|
|
||||||
- python3-setuptools
|
|
||||||
- env:
|
- env:
|
||||||
- LABEL="make Gallium Drivers Other"
|
- LABEL="make Gallium Drivers Other"
|
||||||
- BUILD=make
|
- BUILD=make
|
||||||
|
Reference in New Issue
Block a user