summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-19 15:01:19 +0200
committerraveit65 <[email protected]>2020-04-19 15:01:19 +0200
commit24ea02e84a1ef98d6ab0693b088fde4f03cd09a8 (patch)
treee34b9e5ec5775a6be919315483ff560d6b3f6aca
parent4354da54c1a1f0dc93df1e44f70544f4162ca685 (diff)
downloadmate-control-center-24ea02e84a1ef98d6ab0693b088fde4f03cd09a8.tar.bz2
mate-control-center-24ea02e84a1ef98d6ab0693b088fde4f03cd09a8.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 6158e0e0..18c7222d 100644
--- a/.build.yml
+++ b/.build.yml
@@ -206,7 +206,7 @@ before_scripts:
- chmod +x /usr/bin/gla11y
build_scripts:
- - ./autogen.sh
+ - NOCONFIGURE=1 ./autogen.sh
- scan-build $CHECKERS ./configure
- scan-build $CHECKERS --keep-cc -o html-report make -j $(( $CPU_COUNT + 1 ))
- if [ ${DISTRO_NAME} == "debian" ];then