summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-19 16:02:49 +0200
committerraveit65 <[email protected]>2020-04-19 16:02:49 +0200
commit7381cd5b3f57eccb7204729d454497437072162c (patch)
treea9635a8e4c6f407f495d505ad587965926cffb27
parentb73c62b3e94e49806b24fd5efd3cdf044b58702c (diff)
downloadmate-media-7381cd5b3f57eccb7204729d454497437072162c.tar.bz2
mate-media-7381cd5b3f57eccb7204729d454497437072162c.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 d172453..58c1491 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
- if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT