summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-21 22:22:59 +0200
committerraveit65 <[email protected]>2020-04-21 22:22:59 +0200
commit92d666e02ac668b0ff78136b19d34533d1846113 (patch)
treefde2f9619ebf396149fd22bb336b4b63770cda6b
parente029a14811f845aedb227bce1ce76f89de0d54c7 (diff)
downloadmate-system-monitor-92d666e02ac668b0ff78136b19d34533d1846113.tar.bz2
mate-system-monitor-92d666e02ac668b0ff78136b19d34533d1846113.tar.xz
ci: don't run configure with autogen.sh
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 2b959e6..2931645 100644
--- a/.build.yml
+++ b/.build.yml
@@ -130,7 +130,7 @@ build_scripts:
- cppcheck --enable=warning,style,performance,portability,information,missingInclude .
- 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