diff options
author | raveit65 <[email protected]> | 2020-04-21 22:22:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-21 22:22:59 +0200 |
commit | 92d666e02ac668b0ff78136b19d34533d1846113 (patch) | |
tree | fde2f9619ebf396149fd22bb336b4b63770cda6b | |
parent | e029a14811f845aedb227bce1ce76f89de0d54c7 (diff) | |
download | mate-system-monitor-92d666e02ac668b0ff78136b19d34533d1846113.tar.bz2 mate-system-monitor-92d666e02ac668b0ff78136b19d34533d1846113.tar.xz |
ci: don't run configure with autogen.sh
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,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 --enable-cxx-warnings=maximum - if [ $CPU_COUNT -gt 1 ]; then - if [ ${DISTRO_NAME} == "debian" ];then |