summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-19 14:54:36 +0200
committerraveit65 <[email protected]>2020-04-19 14:54:36 +0200
commitae0dc58378e324b7716c365d9f6c1e84283dcb07 (patch)
tree143b8acfa70740307576ff657e52db3effcddda3
parente4c35fce24416d0d6e5bf8772b8822a819259aca (diff)
downloadmate-calc-ae0dc58378e324b7716c365d9f6c1e84283dcb07.tar.bz2
mate-calc-ae0dc58378e324b7716c365d9f6c1e84283dcb07.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 6e81271..6b1a679 100644
--- a/.build.yml
+++ b/.build.yml
@@ -99,7 +99,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