travis/clang-analyze: look for dist tarball in build/

next
Michael Stapelberg 2016-10-26 08:46:26 +02:00
parent c3b5bb929e
commit 758fc7d331
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ set -e
set -x
mkdir -p deb/DIST-clang/build
tar xf *.tar.bz2 -C deb/DIST-clang --strip-components=1
tar xf build/*.tar.bz2 -C deb/DIST-clang --strip-components=1
(cd deb/DIST-clang/build && scan-build -o ../../CLANG ../configure && scan-build -o ../../CLANG --html-title="Analysis of i3 v$(git describe --tags)" make -j8)
mv deb/CLANG/*/* deb/CLANG