summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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