diff options
author | Emil Velikov <[email protected]> | 2018-12-12 13:33:14 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-12-12 13:33:14 +0000 |
commit | e890aaabed777e7c7736a519e94aef648081bd1d (patch) | |
tree | fe1ade348b1d4e29d0e65e05821191350898893b /.travis.yml | |
parent | 266ae2225e509efd9842006ed3f51b7958bed0e9 (diff) |
travis: meson: add unwind handling
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4966f7eb1bf..d16c896b8a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ matrix: - env: - LABEL="meson Vulkan" - BUILD=meson + - UNWIND="false" - VULKAN_DRIVERS="intel,amd" - LLVM_VERSION=7 - LLVM_CONFIG="llvm-config-${LLVM_VERSION}" @@ -55,6 +56,7 @@ matrix: - env: - LABEL="meson loaders/classic DRI" - BUILD=meson + - UNWIND="false" - DRI_DRIVERS="i915,i965,r100,r200,swrast,nouveau" addons: apt: @@ -457,6 +459,7 @@ matrix: - env: - LABEL="macOS meson" - BUILD=meson + - UNWIND="false" os: osx before_install: @@ -643,6 +646,7 @@ script: meson _build $MESON_OPTIONS \ --native-file=native.file \ -Dbuild-tests=true \ + -Dlibunwind=${UNWIND} \ -Ddri-drivers=${DRI_DRIVERS:-[]} \ -Dgallium-drivers=${GALLIUM_DRIVERS:-[]} \ -Dvulkan-drivers=${VULKAN_DRIVERS:-[]} |