summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-20 16:37:45 +0200
committerraveit65 <[email protected]>2020-04-20 16:37:45 +0200
commitf3cab1ae22c4a8c45c5cb914018950cf5bf6b62f (patch)
tree6f7e245c9235de7fbb7d9b5882a273677c7e3743
parent21f138fd3697207dcd3b31046948cd084364e4e8 (diff)
downloadmate-notification-daemon-f3cab1ae22c4a8c45c5cb914018950cf5bf6b62f.tar.bz2
mate-notification-daemon-f3cab1ae22c4a8c45c5cb914018950cf5bf6b62f.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 de370d5..88584e9 100644
--- a/.build.yml
+++ b/.build.yml
@@ -124,7 +124,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