Module: Mesa Branch: master Commit: c63ce5c95d03f300be4a0f4b09e1d0cbc90e554e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c63ce5c95d03f300be4a0f4b09e1d0cbc90e554e
Author: Dylan Baker <[email protected]> Date: Tue Oct 3 17:36:17 2017 -0700 travis: Add a travis profile for meson dri drivers Signed-off-by: Dylan Baker <[email protected]> --- .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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
