summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-22 18:35:39 +0200
committerraveit65 <[email protected]>2020-04-22 18:35:39 +0200
commitcd8c5b494bd6338f7057c70546b8702ce464b4df (patch)
tree97ffd665066aa79f5b4810c30995752168562386
parentb93f760c56ff8cce27311eb4f37e208f4387b331 (diff)
downloadmate-user-share-cd8c5b494bd6338f7057c70546b8702ce464b4df.tar.bz2
mate-user-share-cd8c5b494bd6338f7057c70546b8702ce464b4df.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 97a3f0e..3d0ca6b 100644
--- a/.build.yml
+++ b/.build.yml
@@ -124,7 +124,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