From: Emil Velikov <[email protected]> Namely, always build with LLVM and run the check target.
Cc: Rhys Kidd <[email protected]> Cc: Eric Anholt <[email protected]> Signed-off-by: Emil Velikov <[email protected]> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb72a5e9b9..a3b094f9a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,5 +109,5 @@ script: ; make && make check; elif test x$BUILD = xscons; then - scons; + scons llvm=1 && scons llvm=1 check; fi -- 2.11.0 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
