summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-19 14:31:24 +0200
committerraveit65 <[email protected]>2020-04-19 14:31:24 +0200
commit6c047873b96b2045487844dcccf0e390516be72d (patch)
treef88d721481b54a2946b9344184d70d6ec0c7aaeb /.build.yml
parentfefbd79e37fa3701a4e4bcc8306d052123a9bb14 (diff)
downloadmate-applets-6c047873b96b2045487844dcccf0e390516be72d.tar.bz2
mate-applets-6c047873b96b2045487844dcccf0e390516be72d.tar.xz
ci: don't run configure with autogen.sh
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index b5a9ae87..58b80644 100644
--- a/.build.yml
+++ b/.build.yml
@@ -148,7 +148,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