diff options
author | raveit65 <[email protected]> | 2020-04-19 13:52:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 13:52:49 +0200 |
commit | 5002be67142b425fe6409a0925a82b4d589f6932 (patch) | |
tree | 53f8acc0c98024ea4bdec6ef18060f73db24f10b | |
parent | ce9fe80df14e6504a2d9beed1131c831258ce204 (diff) | |
download | libmatemixer-5002be67142b425fe6409a0925a82b4d589f6932.tar.bz2 libmatemixer-5002be67142b425fe6409a0925a82b4d589f6932.tar.xz |
ci: don't run configure with autogen.sh
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,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 |