summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-22 17:28:18 +0200
committerraveit65 <[email protected]>2020-04-22 17:28:18 +0200
commit25fdcc052c76ff6ab8c2a51c6194edf394114c27 (patch)
tree6fbfabb495d7681eb2bacb5cfae815ca5ca176e3
parent87c2c31f40fdb9d20479cee511f005379db0181d (diff)
downloadmate-terminal-25fdcc052c76ff6ab8c2a51c6194edf394114c27.tar.bz2
mate-terminal-25fdcc052c76ff6ab8c2a51c6194edf394114c27.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 47d5c27..ff8f780 100644
--- a/.build.yml
+++ b/.build.yml
@@ -106,7 +106,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