summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-22 18:42:37 +0200
committerraveit65 <[email protected]>2020-04-22 18:42:37 +0200
commitab05cf124424df39975b60ad9115f6cd15678dc2 (patch)
tree6a7865db1e105e902c5ffcd613bd01fa8305de20
parent4639d5443676df71cd6bb2fa7bdf50ccd17c3c1d (diff)
downloadmate-utils-ab05cf124424df39975b60ad9115f6cd15678dc2.tar.bz2
mate-utils-ab05cf124424df39975b60ad9115f6cd15678dc2.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 51161e04..01e72a56 100644
--- a/.build.yml
+++ b/.build.yml
@@ -131,7 +131,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