diff options
| -rw-r--r-- | .build.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -155,7 +155,7 @@ build_scripts:    -     cppcheck --enable=warning,style,performance,portability,information,missingInclude --force -D'PACKAGE' -D'WITH_VERBOSE_MODE' .    - fi -  - ./autogen.sh --enable-compile-warnings=maximum +  - NOCONFIGURE=1 ./autogen.sh    - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum    - if [ $CPU_COUNT -gt 1 ]; then    -     if [ ${DISTRO_NAME} == "debian" ];then | 
