Mesa (master): travis: Add a travis profile for meson dri drivers

Dylan Baker dbaker at kemper.freedesktop.org
Mon Oct 9 20:57:57 UTC 2017


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

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Tue Oct  3 17:36:17 2017 -0700

travis: Add a travis profile for meson dri drivers

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>

---

 .travis.yml | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2998842022..d16d6b3c25 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -396,7 +396,7 @@ matrix:
     - env:
         - LABEL="meson Vulkan"
         - BUILD=meson
-        - MESON_OPTIONS=""
+        - MESON_OPTIONS="-Ddri-drivers="
       addons:
         apt:
           sources:
@@ -411,6 +411,20 @@ matrix:
             - libexpat1-dev
             - libelf-dev
             - python3-pip
+    - env:
+        - LABEL="meson loaders/classic DRI"
+        - BUILD=meson
+        - MESON_OPTIONS="-Dvulkan-drivers="
+      addons:
+        apt:
+          packages:
+            - xz-utils
+            - x11proto-xf86vidmode-dev
+            - libexpat1-dev
+            - libx11-xcb-dev
+            - libxdamage-dev
+            - libxfixes-dev
+            - python3-pip
 
 install:
   - pip install --user mako




More information about the mesa-commit mailing list