Mesa (master): travis: printout llvm-config --version

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Dec 21 14:49:53 UTC 2018


Module: Mesa
Branch: master
Commit: 81173fd69fc784c8f37f8de9dad7ad6ebc24a4b9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=81173fd69fc784c8f37f8de9dad7ad6ebc24a4b9

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Thu Dec 13 10:38:20 2018 +0000

travis: printout llvm-config --version

Provides quick and easy feedback.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Acked-by: Dylan Baker <dylan at pnwbakers.com>

---

 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 6fefe06617..c69f322d7b 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




More information about the mesa-commit mailing list