From c5ee3033899c976f0011886209dc792fa5b892f3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 21 Apr 2020 22:18:51 +0200 Subject: ci: don't run configure with autogen.sh --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 1694ffc..d7fcd48 100644 --- a/.build.yml +++ b/.build.yml @@ -171,7 +171,7 @@ build_scripts: - cppcheck --enable=warning,style,performance,portability,information,missingInclude -i'mate-desktop-1.23.2' . - fi - - ./autogen.sh + - NOCONFIGURE=1 ./autogen.sh - scan-build $CHECKERS ./configure --prefix=/usr --enable-pulse --enable-compile-warnings=maximum - if [ $CPU_COUNT -gt 1 ]; then - if [ ${DISTRO_NAME} == "debian" ];then -- cgit v1.2.1