From c64a905a9f0a794fda3743cc4499dc5f063b0954 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 17 Apr 2020 16:45:02 +0200 Subject: ci: don't run configure with autogen.sh autogen should only generate make file, etc. This will reduce build time and sizes of build logs. --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 51d5a407..7912f7f0 100644 --- a/.build.yml +++ b/.build.yml @@ -156,7 +156,7 @@ build_scripts: - cppcheck --enable=warning,style,performance,portability,information,missingInclude --force -D__cplusplus . - 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 -- cgit v1.2.1