diff --git a/.build.yml b/.build.yml index 6ac0866..28f32f9 100644 --- a/.build.yml +++ b/.build.yml @@ -107,7 +107,7 @@ before_scripts: - make install build_scripts: - - ./autogen.sh + - NOCONFIGURE=1 ./autogen.sh - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum - if [ $CPU_COUNT -gt 1 ]; then - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT