mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-12 05:00:28 +01:00
travis: rework "if test" blocks in the script section
Split the "if test" blocks so that we get more sensible output in case of a failure. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Andres Gomez <agomez@igalia.com>
This commit is contained in:
parent
ae713a7b79
commit
abcfea23ad
1 changed files with 3 additions and 1 deletions
|
|
@ -114,6 +114,8 @@ script:
|
|||
--disable-llvm-shared-libs
|
||||
;
|
||||
make && make check;
|
||||
elif test x$BUILD = xscons; then
|
||||
fi
|
||||
|
||||
- if test "x$BUILD" = xscons; then
|
||||
scons llvm=1 && scons llvm=1 check;
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue