virgl: Allow transfer queue entries to be found and extended.
[mesa.git] / .gitlab-ci.yml
index 3212432d5fac9dbab8bb651ffac1ae0942cacfaa..f336cbb0b9a519cfa76d3120e9cbb4e3f2375a5e 100644 (file)
@@ -94,6 +94,7 @@ debian:
     - meson --version
     - meson _build
             --native-file=native.file
+            -D buildtype=debug
             -D build-tests=true
             -D libunwind=${UNWIND}
             ${DRI_LOADERS}
@@ -147,6 +148,7 @@ meson-clang:
     UNWIND: "true"
     DRI_DRIVERS: "auto"
     GALLIUM_DRIVERS: "auto"
+    VULKAN_DRIVERS: intel,amd,freedreno
     CC: "ccache clang-8"
     CXX: "ccache clang++-8"
   before_script: