From 093a0ac9a4fb519a70ae43790a025742e928ec96 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 19 Apr 2020 14:26:18 +0200 Subject: ci: don't run configure with autogen.sh --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index dd1b90cc..222b5581 100644 --- a/.build.yml +++ b/.build.yml @@ -155,7 +155,7 @@ build_scripts: - cppcheck --enable=warning,style,performance,portability,information,missingInclude --force -D'PACKAGE' -D'WITH_VERBOSE_MODE' . - 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 -- cgit v1.2.1