From: Emil Velikov Date: Thu, 16 Feb 2017 14:09:41 +0000 (+0000) Subject: travis: bring the scons build on par with AppVeyor X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=af9a4d900527f4c1efeec7c4eb2cb8a602f9a9cb;p=mesa.git travis: bring the scons build on par with AppVeyor Namely, always build with LLVM and run the check target. Cc: Rhys Kidd Cc: Eric Anholt Signed-off-by: Emil Velikov --- diff --git a/.travis.yml b/.travis.yml index fb72a5e9b97..a3b094f9a1d 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