gitlab-ci: add scons SWR build

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Eric Engestrom 2019-01-28 16:33:22 +00:00
parent d4c6d4d5cb
commit 6a19ec9daa
3 changed files with 8 additions and 19 deletions

View File

@ -181,3 +181,10 @@ build:scons-llvm:
SCONS_TARGET: "llvm=1"
SCONS_CHECK_COMMAND: "scons llvm=1 check"
LLVM_VERSION: "3.9"
build:scons-swr:
extends: .scons-build
variables:
SCONS_TARGET: "swr=1"
SCONS_CHECK_COMMAND: "true"
LLVM_VERSION: "6.0"

View File

@ -22,6 +22,7 @@ RUN apt-get install -y \
libva-dev \
llvm-3.9-dev \
libclang-3.9-dev \
llvm-6.0-dev \
llvm-7-dev \
xz-utils \
libexpat1-dev \

View File

@ -530,25 +530,6 @@ matrix:
- libunwind8-dev
- python3-pip
- python3-setuptools
- env:
- LABEL="scons SWR"
- BUILD=scons
- SCONSFLAGS="-j4"
- SCONS_TARGET="swr=1"
- LLVM_VERSION=6.0
- LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
# Keep it symmetrical to the make build. There's no actual SWR, yet.
- SCONS_CHECK_COMMAND="true"
addons:
apt:
packages:
- llvm-6.0-dev
# Common
- xz-utils
- x11proto-xf86vidmode-dev
- libexpat1-dev
- libx11-xcb-dev
- libelf-dev
- env:
- LABEL="macOS make"
- BUILD=make