summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-20 16:36:35 +0200
committerraveit65 <[email protected]>2020-04-20 16:36:35 +0200
commitafa3f2804179285658d4256e6b15d2d55fd49be3 (patch)
treedea1e119d9b4a4979b033c75a9c2239d11132dc0
parenta957a06f3fd7d34f93e661dc9aba9c628e3933d2 (diff)
downloadmate-notification-daemon-afa3f2804179285658d4256e6b15d2d55fd49be3.tar.bz2
mate-notification-daemon-afa3f2804179285658d4256e6b15d2d55fd49be3.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 f144c8f..cab9df5 100644
--- a/.build.yml
+++ b/.build.yml
@@ -125,7 +125,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