summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-22 17:26:08 +0200
committerraveit65 <[email protected]>2020-04-22 17:26:08 +0200
commitb91ecf5b9e2b02860c24c14f79257b725bd48ca7 (patch)
tree0e3b84b97e7b471bea836e297090e94e539ea4a5
parent9bc691e3fc9969f781aef9055655335dc05b2e35 (diff)
downloadmate-terminal-b91ecf5b9e2b02860c24c14f79257b725bd48ca7.tar.bz2
mate-terminal-b91ecf5b9e2b02860c24c14f79257b725bd48ca7.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 6ac0866..28f32f9 100644
--- a/.build.yml
+++ b/.build.yml
@@ -107,7 +107,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