]> git.sur5r.net Git - i3/i3/blob - travis/clang-analyze.sh
travis: only enable asan workaround for clang (breaks gcc)
[i3/i3] / travis / clang-analyze.sh
1 #!/bin/sh
2
3 set -e
4 set -x
5
6 mkdir -p deb/DIST-clang
7 tar xf *.tar.bz2 -C deb/DIST-clang --strip-components=1
8 (cd deb/DIST-clang && scan-build -o ../CLANG --html-title="Analysis of i3 v$(git describe --tags)" make -j8)
9 mv deb/CLANG/*/* deb/CLANG