summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-20 16:29:15 +0200
committerraveit65 <[email protected]>2020-04-20 16:29:15 +0200
commit3af726c6aab2b856da9263818cc55128b5e9fcfe (patch)
treed5c60908e5d912326588339885caa27d1018e18f
parent964c08bc8f779430c55b33d0caa17cee5a738c46 (diff)
downloadmate-menus-3af726c6aab2b856da9263818cc55128b5e9fcfe.tar.bz2
mate-menus-3af726c6aab2b856da9263818cc55128b5e9fcfe.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 6da5716..17a3928 100644
--- a/.build.yml
+++ b/.build.yml
@@ -87,7 +87,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