diff options
author | Eric Engestrom <[email protected]> | 2019-01-20 11:26:53 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-06 17:56:30 +0000 |
commit | 46d23c0a46aef2a2859edda38ea27893aae15a59 (patch) | |
tree | cd09cae1f0f8aaf2f0aafc7f3919d84e64329ea7 /.travis.yml | |
parent | 329f5cd78092f3ee72d3565417de646c98990036 (diff) |
gitlab-ci: add a meson vulkan build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.travis.yml b/.travis.yml index 68cb3f0d8f8..141337db26d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,30 +32,6 @@ env: matrix: include: - env: - - LABEL="meson Vulkan" - - BUILD=meson - - UNWIND="false" - - DRI_LOADERS="-Dglx=disabled -Dgbm=false -Degl=false -Dplatforms=x11,wayland,drm -Dosmesa=none" - - GALLIUM_ST="-Ddri3=true -Dgallium-vdpau=false -Dgallium-xvmc=false -Dgallium-omx=disabled -Dgallium-va=false -Dgallium-xa=false -Dgallium-nine=false -Dgallium-opencl=disabled" - - VULKAN_DRIVERS="intel,amd" - - LLVM_VERSION=7 - - LLVM_CONFIG="llvm-config-${LLVM_VERSION}" - 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: - - llvm-7-dev - # Common - - xz-utils - - libexpat1-dev - - libx11-xcb-dev - - libelf-dev - - python3.5 - - python3-pip - - python3-setuptools - - env: - LABEL="meson loaders/classic DRI" - BUILD=meson - UNWIND="false" |