Skip to content

Commit

Permalink
Buildbot static analysis script: use configure script instead of cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 19, 2014
1 parent 80bb859 commit 7b78562
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-scripts/checker-buildbot.sh
Expand Up @@ -60,7 +60,8 @@ fi

mkdir checker-buildbot
cd checker-buildbot
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER="$CHECKERDIR/libexec/ccc-analyzer" -DSDL_STATIC=OFF ..
#cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER="$CHECKERDIR/libexec/ccc-analyzer" -DSDL_STATIC=OFF ..
CC="$CHECKERDIR/libexec/ccc-analyzer" CFLAGS="-O0" ../configure --disable-static
PATH="$CHECKERDIR:$PATH" scan-build -o analysis $MAKE
mv analysis/* ../analysis
rmdir analysis # Make sure this is empty.
Expand Down

0 comments on commit 7b78562

Please sign in to comment.