mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 01:40:08 +01:00
travis: bring the scons build on par with AppVeyor
Namely, always build with LLVM and run the check target. Cc: Rhys Kidd <rhyskidd@gmail.com> Cc: Eric Anholt <eric@anholt.net> Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
3f1b6ef2aa
commit
af9a4d9005
1 changed files with 1 additions and 1 deletions
|
|
@ -109,5 +109,5 @@ script:
|
|||
;
|
||||
make && make check;
|
||||
elif test x$BUILD = xscons; then
|
||||
scons;
|
||||
scons llvm=1 && scons llvm=1 check;
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue