summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-20 16:33:50 +0200
committerraveit65 <[email protected]>2020-04-20 16:33:50 +0200
commit39b0385c009235fb7237363703adfbeb6c799590 (patch)
tree72fa9603f576cd8bc93ecf2beede2377c9535df9
parentcbdd4cfcf1f653fb9d1505ed939904c23468fab9 (diff)
downloadmate-netbook-39b0385c009235fb7237363703adfbeb6c799590.tar.bz2
mate-netbook-39b0385c009235fb7237363703adfbeb6c799590.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 c50f6ae..f41a130 100644
--- a/.build.yml
+++ b/.build.yml
@@ -99,7 +99,7 @@ before_scripts:
- make install
build_scripts:
- - ./autogen.sh
+ - NOCONFIGURE=1 ./autogen.sh
- scan-build $CHECKERS ./configure
- if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT