diff options
| -rw-r--r-- | .build.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -109,7 +109,7 @@ build_scripts:    -     cppcheck --enable=warning,style,performance,portability,information,missingInclude .    - 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 | 
