diff options
author | Eric Engestrom <[email protected]> | 2019-01-28 17:45:26 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-06 17:56:30 +0000 |
commit | 06e8f1961bd0a301842869d6bb334950c3af3ce0 (patch) | |
tree | 7b64267644507e409e563c7d729a7c2fa6f5dc9b /.travis.yml | |
parent | 360c814bfe5bec0cc41c86887768a2c876fb5e6a (diff) |
gitlab-ci: add meson gallium RadeonSI build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.travis.yml b/.travis.yml index 30bc0db9869..e129c41fc39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,32 +55,6 @@ matrix: - python3-pip - python3-setuptools - env: - - LABEL="meson Gallium Drivers RadeonSI" - - 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=disabled" - - GALLIUM_DRIVERS="radeonsi" - - 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: - # From sources above - - llvm-7-dev - # Common - - xz-utils - - libexpat1-dev - - libx11-xcb-dev - - libelf-dev - - libunwind8-dev - - python3.5 - - python3-pip - - python3-setuptools - - env: - LABEL="meson Gallium Drivers Other" - BUILD=meson - UNWIND="true" |