[Mesa-dev] [PATCH 10/18] travis: printout llvm-config --version

Dylan Baker dylan at pnwbakers.com
Fri Dec 14 17:44:34 UTC 2018


Quoting Emil Velikov (2018-12-13 08:05:59)
> From: Emil Velikov <emil.velikov at collabora.com>
> 
> Provides quick and easy feedback.
> 
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
>  .travis.yml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 6fefe06617a..c69f322d7b3 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -668,6 +668,8 @@ script:
>        # https://lists.freedesktop.org/archives/mesa-dev/2017-December/180217.html
>        test -f /usr/bin/$LLVM_CONFIG && ln -s /usr/bin/$LLVM_CONFIG $HOME/prefix/bin/llvm-config
>  
> +      $LLVM_CONFIG --version
> +
>        export CFLAGS="$CFLAGS -isystem`pwd`"
>        meson _build $MESON_OPTIONS
>        meson configure _build
> -- 
> 2.19.2
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev

I mean, meson does print the version in the `found` statement, but I guess this
doesn't hurt anything.

Acked-by: Dylan Baker <dylan at pnwbakers.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20181214/842a405e/attachment.sig>


More information about the mesa-dev mailing list