Mesa (master): travis: meson: add unwind handling

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Dec 21 14:49:53 UTC 2018


Module: Mesa
Branch: master
Commit: e890aaabed777e7c7736a519e94aef648081bd1d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e890aaabed777e7c7736a519e94aef648081bd1d

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Dec 12 13:33:14 2018 +0000

travis: meson: add unwind handling

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 4966f7eb1b..d16c896b8a 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:-[]}




More information about the mesa-commit mailing list