summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-19 14:58:46 +0200
committerraveit65 <[email protected]>2020-04-19 14:58:46 +0200
commit669775531161c8d38dcd5bdffe62455d9aba2db2 (patch)
treefba618ab6aaa5bfd032e6a1e80449f377451a575 /.build.yml
parent0b69aac0b49edbb5220ee7bc103704348eeca3aa (diff)
downloadmate-control-center-669775531161c8d38dcd5bdffe62455d9aba2db2.tar.bz2
mate-control-center-669775531161c8d38dcd5bdffe62455d9aba2db2.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 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 ))