Explorar o código

Buildbot static analysis script: use configure script instead of cmake.

Ryan C. Gordon %!s(int64=11) %!d(string=hai) anos
pai
achega
7b7856252b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      build-scripts/checker-buildbot.sh

+ 2 - 1
build-scripts/checker-buildbot.sh

@@ -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.