mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-16 21:58:21 +02:00
travis: remove unused scons code path
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
087af992a2
commit
5459900f38
1 changed files with 0 additions and 10 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -58,12 +58,6 @@ install:
|
|||
pip2 install --user mako;
|
||||
fi
|
||||
|
||||
# Install a more modern scons from pip.
|
||||
- if test "x$BUILD" = xscons; then
|
||||
pip2 install --user "scons>=2.4";
|
||||
pip2 install --user mako;
|
||||
fi
|
||||
|
||||
# Install dependencies where we require specific versions (or where
|
||||
# disallowed by Travis CI's package whitelisting).
|
||||
|
||||
|
|
@ -87,10 +81,6 @@ script:
|
|||
make && eval $MAKE_CHECK_COMMAND;
|
||||
fi
|
||||
|
||||
- if test "x$BUILD" = xscons; then
|
||||
scons $SCONS_TARGET && eval $SCONS_CHECK_COMMAND;
|
||||
fi
|
||||
|
||||
- |
|
||||
if test "x$BUILD" = xmeson; then
|
||||
if test -n "$LLVM_CONFIG"; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue