diff options
author | raveit65 <[email protected]> | 2020-04-19 13:40:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 13:40:17 +0200 |
commit | 792dbdd649392aa9005332cff2e3f5b13996f40d (patch) | |
tree | 95452788cd01ec16795090855429847fe9722ab4 | |
parent | ac8b5b9a4e84c2e6868c6cd01c7f60f45462df93 (diff) | |
download | eom-792dbdd649392aa9005332cff2e3f5b13996f40d.tar.bz2 eom-792dbdd649392aa9005332cff2e3f5b13996f40d.tar.xz |
ci: don't run configure with autogen.sh
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,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 |