diff options
author | raveit65 <[email protected]> | 2020-04-19 14:26:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 14:26:18 +0200 |
commit | 093a0ac9a4fb519a70ae43790a025742e928ec96 (patch) | |
tree | 2ae69f6b07f4ea984e552d825ab522a71f627d2d | |
parent | 75d0c96d63af308d14f4fdf65e9fb98c7b8a2074 (diff) | |
download | marco-093a0ac9a4fb519a70ae43790a025742e928ec96.tar.bz2 marco-093a0ac9a4fb519a70ae43790a025742e928ec96.tar.xz |
ci: don't run configure with autogen.sh
-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 |