diff options
author | Emil Velikov <[email protected]> | 2018-12-13 10:38:20 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-12-13 10:38:20 +0000 |
commit | 81173fd69fc784c8f37f8de9dad7ad6ebc24a4b9 (patch) | |
tree | 4a6faa2a4274670cd6cd9361e68a660ca4ec767b /.travis.yml | |
parent | de72c1fe6c9fa3fc121edb1d9dbed70192d120aa (diff) |
travis: printout llvm-config --version
Provides quick and easy feedback.
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Dylan Baker <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |