mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 04:20:18 +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>
(cherry picked from commit abcfea23ad)
This commit is contained in:
parent
5e8e015db3
commit
27d4beb2e1
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