mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
travis: don't run ninja test for meson
This pulls in tons of extra dependencies because the tests are not
properly guarded.
v2: - Put this patch before the one that adds a loader/dri test for
meson
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
This commit is contained in:
parent
c2cd5801cd
commit
68c91264eb
1 changed files with 2 additions and 2 deletions
|
|
@ -396,7 +396,7 @@ matrix:
|
|||
- env:
|
||||
- LABEL="meson Vulkan"
|
||||
- BUILD=meson
|
||||
- MESON_OPTIONS="-Dbuild-tests=true"
|
||||
- MESON_OPTIONS=""
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
|
|
@ -530,5 +530,5 @@ script:
|
|||
- if test "x$BUILD" = xmeson; then
|
||||
export CFLAGS="$CFLAGS -isystem`pwd`";
|
||||
meson _build $MESON_OPTIONS;
|
||||
ninja -C _build test;
|
||||
ninja -C _build;
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue