summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2017-04-04 23:58:59 -0400
committerAndres Gomez <agomez@igalia.com>2017-05-02 10:40:51 +0300
commit84111b25be39377e7bf87e7fb4547084f91a19dd (patch)
treecb0954d4b21c89713a0d797480d05e6904166110
parent75cd0d10a3bb822d761aea54a2b8be7a95c8f7e7 (diff)
travis: Add radv vulkan driver to continuous integration
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 787ab427165bb3e9f4e5ab40ec7f611ea699ef6f)
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index aa212b1e248..0b03ae727fa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -115,6 +115,7 @@ script:
--with-egl-platforms=x11,drm
--with-dri-drivers=i915,i965,radeon,r200,swrast,nouveau
--with-gallium-drivers=i915,nouveau,r300,r600,freedreno,svga,swrast,vc4,virgl,etnaviv,imx
+ --with-vulkan-drivers=radeon
--disable-llvm-shared-libs
;
make && make check;