summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-22 18:43:33 +0200
committerraveit65 <[email protected]>2020-04-22 18:43:33 +0200
commitb3d46ad7d063f569696200998fc58e2ea2b543b7 (patch)
tree5a38bac75fc2c3ed3a0849b898b8069092d66867
parent2a70a067b645a5283925104f75769e17a019132f (diff)
downloadmate-utils-b3d46ad7d063f569696200998fc58e2ea2b543b7.tar.bz2
mate-utils-b3d46ad7d063f569696200998fc58e2ea2b543b7.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 851c28b1..74855ce1 100644
--- a/.build.yml
+++ b/.build.yml
@@ -130,7 +130,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