summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-19 14:53:07 +0200
committerraveit65 <[email protected]>2020-04-19 14:53:07 +0200
commit3bd53f145cbf6b875a1ea02c32dc414ec540bd48 (patch)
tree8fa9be1097527c8bfd69c8b10414d114cbee21cc
parentb25cd912138fbbd9a3ab0afa74644b6bc950c2cf (diff)
downloadmate-calc-3bd53f145cbf6b875a1ea02c32dc414ec540bd48.tar.bz2
mate-calc-3bd53f145cbf6b875a1ea02c32dc414ec540bd48.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 4b13502..48f91b4 100644
--- a/.build.yml
+++ b/.build.yml
@@ -110,7 +110,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
- if [ $CPU_COUNT -gt 1 ]; then
- if [ ${DISTRO_NAME} == "debian" ];then