From 669775531161c8d38dcd5bdffe62455d9aba2db2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 19 Apr 2020 14:58:46 +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 61562e41..7bd7e745 100644 --- a/.build.yml +++ b/.build.yml @@ -213,7 +213,7 @@ build_scripts: - cppcheck --enable=warning,style,performance,portability,information,missingInclude -i'mate-desktop-1.23.2' -i'mate-settings-daemon-1.23.1' . - fi - - ./autogen.sh + - NOCONFIGURE=1 ./autogen.sh - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum - if [ ${DISTRO_NAME} == "debian" ];then - scan-build $CHECKERS --keep-cc --use-cc=clang --use-c++=clang++ -o html-report make -j $(( $CPU_COUNT + 1 )) -- cgit v1.2.1