summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-20 16:27:58 +0200
committerraveit65 <[email protected]>2020-04-20 16:27:58 +0200
commit86a1a5ec926f52ca1d6b79af7dcf5b8a5e825123 (patch)
tree09dea662082209a5a018edfbdfaa1a7b8a4d942f
parent94c058900d0b54a3536f5fcd2e9435b6c29ac43e (diff)
downloadmate-menus-86a1a5ec926f52ca1d6b79af7dcf5b8a5e825123.tar.bz2
mate-menus-86a1a5ec926f52ca1d6b79af7dcf5b8a5e825123.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 5d15b34..649a91f 100644
--- a/.build.yml
+++ b/.build.yml
@@ -88,7 +88,7 @@ before_scripts:
- make install
build_scripts:
- - ./autogen.sh
+ - NOCONFIGURE=1 ./autogen.sh
- scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
- if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT