diff options
author | raveit65 <[email protected]> | 2020-04-19 14:53:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 14:53:07 +0200 |
commit | 3bd53f145cbf6b875a1ea02c32dc414ec540bd48 (patch) | |
tree | 8fa9be1097527c8bfd69c8b10414d114cbee21cc | |
parent | b25cd912138fbbd9a3ab0afa74644b6bc950c2cf (diff) | |
download | mate-calc-3bd53f145cbf6b875a1ea02c32dc414ec540bd48.tar.bz2 mate-calc-3bd53f145cbf6b875a1ea02c32dc414ec540bd48.tar.xz |
ci: don't run configure with autogen.sh
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ build_scripts: - cppcheck --enable=warning,style,performance,portability,information,missingInclude . - fi - - ./autogen.sh + - NOCONFIGURE=1 ./autogen.sh - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum - if [ $CPU_COUNT -gt 1 ]; then - if [ ${DISTRO_NAME} == "debian" ];then |