[Mesa-dev] [PATCH] travis: bring the scons build on par with AppVeyor

Emil Velikov emil.l.velikov at gmail.com
Thu Feb 16 14:09:41 UTC 2017


From: Emil Velikov <emil.velikov at collabora.com>

Namely, always build with LLVM and run the check target.

Cc: Rhys Kidd <rhyskidd at gmail.com>
Cc: Eric Anholt <eric at anholt.net>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 .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



More information about the mesa-dev mailing list