Module: Mesa Branch: master Commit: b5af199f9274365c221c2706982a80a927fcde48 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5af199f9274365c221c2706982a80a927fcde48
Author: Jon Turney <[email protected]> Date: Tue Jan 16 17:51:53 2018 +0000 travis: add macOS meson build v2: Simplify set of options now we have better defaults Signed-off-by: Jon Turney <[email protected]> Reviewed-by: Dylan Baker <[email protected]> Reviewed-by: Emil Velikov <[email protected]> --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5094208377..0156eefb7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -403,6 +403,11 @@ matrix: - MAKE_CHECK_COMMAND="make check" - DRI_LOADERS="--with-platforms=x11 --disable-egl" os: osx + - env: + - LABEL="macOS meson" + - BUILD=meson + - MESON_OPTIONS="-Degl=false" + os: osx before_install: - | _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
