Quoting Emil Velikov (2017-10-05 10:59:04)
> On 5 October 2017 at 18:12, Dylan Baker wrote:
>
> > - env:
> > - LABEL="meson loaders/classic DRI"
> > - BUILD=meson
> > -- MESON_OPTIONS="-Dbuild-tests=true -Dvulkan-drivers="
> > +- MESON_OPTIONS="-Dvulkan-driv
On 5 October 2017 at 18:12, Dylan Baker wrote:
> - env:
> - LABEL="meson loaders/classic DRI"
> - BUILD=meson
> -- MESON_OPTIONS="-Dbuild-tests=true -Dvulkan-drivers="
> +- MESON_OPTIONS="-Dvulkan-drivers="
You add the -Dbuild-tests=true with 11/12 only to r
This pulls in tons of extra dependencies because the tests are not
properly guarded.
Signed-off-by: Dylan Baker
---
.travis.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index ece9b5feff3..d16d6b3c25a 100644
--- a/.travis.yml
+++ b/.travi