Module: Mesa
Branch: master
Commit: af9a4d900527f4c1efeec7c4eb2cb8a602f9a9cb
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=af9a4d900527f4c1efeec7c4eb2cb8a602f9a9cb

Author: Emil Velikov <emil.veli...@collabora.com>
Date:   Thu Feb 16 14:09:41 2017 +0000

travis: bring the scons build on par with AppVeyor

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

Cc: Rhys Kidd <rhysk...@gmail.com>
Cc: Eric Anholt <e...@anholt.net>
Signed-off-by: Emil Velikov <emil.veli...@collabora.com>

---

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index fb72a5e..a3b094f 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

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to