summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-01-21 09:42:37 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-02-06 17:56:30 +0000
commit89a7467899f7f13601ff700568f6757d169d66e1 (patch)
tree61cd540763d894ea5baf422965e26a2a249766ff /.travis.yml
parent46d23c0a46aef2a2859edda38ea27893aae15a59 (diff)
gitlab-ci: add a make vulkan build
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.travis.yml b/.travis.yml
index 141337db26d..de8395c894b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -531,34 +531,6 @@ matrix:
- python3-pip
- python3-setuptools
- env:
- - LABEL="make Vulkan"
- - BUILD=make
- - MAKEFLAGS="-j4"
- - MAKE_CHECK_COMMAND="make -C src/gtest check && make -C src/intel check"
- - LLVM_VERSION=7
- - LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
- - DRI_LOADERS="--disable-glx --disable-gbm --disable-egl --with-platforms=x11,wayland"
- - DRI_DRIVERS=""
- - GALLIUM_ST="--enable-dri --enable-dri3 --disable-opencl --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --disable-omx-bellagio --disable-gallium-osmesa"
- - GALLIUM_DRIVERS=""
- - VULKAN_DRIVERS="intel,radeon"
- - LIBUNWIND_FLAGS="--disable-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
- - python3-pip
- - python3-setuptools
- - env:
- LABEL="scons"
- BUILD=scons
- SCONSFLAGS="-j4"