]> git.sur5r.net Git - i3/i3/commitdiff
travis/clang-analyze: look for dist tarball in build/
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 26 Oct 2016 06:46:26 +0000 (08:46 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 26 Oct 2016 06:46:26 +0000 (08:46 +0200)
travis/clang-analyze.sh

index 97c11fccda91b80386bb932d71a0fa7db0cdff16..5ef390d3a1d8ccde63fb1b3150ce559ab0736423 100755 (executable)
@@ -4,6 +4,6 @@ set -e
 set -x
 
 mkdir -p deb/DIST-clang/build
 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
 (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