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>
- env:
- LABEL="meson Vulkan"
- BUILD=meson
- - MESON_OPTIONS="-Dbuild-tests=true"
+ - MESON_OPTIONS=""
addons:
apt:
sources:
- if test "x$BUILD" = xmeson; then
export CFLAGS="$CFLAGS -isystem`pwd`";
meson _build $MESON_OPTIONS;
- ninja -C _build test;
+ ninja -C _build;
fi