summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-19 16:01:22 +0200
committerraveit65 <[email protected]>2020-04-19 16:01:22 +0200
commit7dca88a484aee2f5804ccf2c38f781d588c1dc0b (patch)
tree6449e4e7201ff2d68cd29a4ecdb44ae97d0c9318
parentd25fe97b04e3565f740c3053604bb247b1066dc9 (diff)
downloadmate-media-7dca88a484aee2f5804ccf2c38f781d588c1dc0b.tar.bz2
mate-media-7dca88a484aee2f5804ccf2c38f781d588c1dc0b.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 f7fa9b2..3351998 100644
--- a/.build.yml
+++ b/.build.yml
@@ -104,7 +104,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