travis: Add a travis profile for meson dri drivers
authorDylan Baker <dylan@pnwbakers.com>
Wed, 4 Oct 2017 00:36:17 +0000 (17:36 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Mon, 9 Oct 2017 20:55:12 +0000 (13:55 -0700)
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
.travis.yml

index 2998842..d16d6b3 100644 (file)
@@ -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